org.openintents.provider
Class Hardware.Preferences

java.lang.Object
  extended by org.openintents.provider.Hardware.Preferences
Enclosing class:
Hardware

public static final class Hardware.Preferences
extends java.lang.Object

Hardware preferences. Simple table to store name-value pairs.


Field Summary
static Uri CONTENT_URI
          The content:// style URL for this table.
static java.lang.String DEFAULT_SORT_ORDER
          The default sort order for this table.
static java.lang.String NAME
          The name of the item.
static java.lang.String VALUE
          An image of the item (uri).
 
Constructor Summary
Hardware.Preferences()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI
The content:// style URL for this table.


DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the item.

Type: TEXT

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
An image of the item (uri).

Type: TEXT

See Also:
Constant Field Values
Constructor Detail

Hardware.Preferences

public Hardware.Preferences()