java.lang.Object | |
↳ | cyanogenmod.providers.ThemesContract.MixnMatchColumns |
Key-value table which assigns a component (ex wallpaper) to a theme's package
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COL_COMPONENT_ID | ||||||||||
String | COL_KEY | The unique key for a row. | |||||||||
String | COL_PREV_VALUE |
The package name that corresponds to where this component was applied from previously
Type: String |
|||||||||
String | COL_UPDATE_TIME |
Time when this entry was last updated
Type: INTEGER |
|||||||||
String | COL_VALUE | The package name that corresponds to a given component. | |||||||||
String | KEY_ALARM | ||||||||||
String | KEY_BOOT_ANIM | ||||||||||
String | KEY_FONT | ||||||||||
String | KEY_HOMESCREEN | Valid keys | |||||||||
String | KEY_ICONS | ||||||||||
String | KEY_LIVE_LOCK_SCREEN | ||||||||||
String | KEY_LOCKSCREEN | ||||||||||
String | KEY_NAVIGATION_BAR | ||||||||||
String | KEY_NOTIFICATIONS | ||||||||||
String | KEY_OVERLAYS | ||||||||||
String | KEY_RINGTONE | ||||||||||
String | KEY_STATUS_BAR |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | |||||||||||
ROWS |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
For a given key value in the MixNMatch table, return the column
associated with it in the Themes Table.
| |||||||||||
A component in the themes table (IE "mods_wallpaper") has an
equivalent key in mixnmatch table
| |||||||||||
A mixnmatch key in has an
equivalent value in the themes table
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The unique key for a row. See the KEY_* constants for valid examples
Type: TEXT
The package name that corresponds to where this component was applied from previously
Type: String
Time when this entry was last updated
Type: INTEGER
The package name that corresponds to a given component.
Type: String
Valid keys
For a given key value in the MixNMatch table, return the column associated with it in the Themes Table. This is useful for URI based elements like wallpaper where the caller wishes to determine the wallpaper URI.
A component in the themes table (IE "mods_wallpaper") has an equivalent key in mixnmatch table
A mixnmatch key in has an equivalent value in the themes table