java.lang.Object |
↳ |
cyanogenmod.providers.ThemesContract |
Class Overview
The contract between the themes provider and applications. Contains
definitions for the supported URIs and columns.
Summary
Nested Classes |
class |
ThemesContract.MixnMatchColumns |
Key-value table which assigns a component (ex wallpaper) to a theme's package
|
class |
ThemesContract.PreviewColumns |
Table containing cached preview files for a given theme
|
class |
ThemesContract.ThemesColumns |
|
Constants |
String |
AUTHORITY |
The authority for the themes provider
|
Fields |
public
static
final
Uri |
AUTHORITY_URI |
A content:// style uri to the authority for the themes provider
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
AUTHORITY
The authority for the themes provider
Constant Value:
"com.cyanogenmod.themes"
Fields
public
static
final
Uri
AUTHORITY_URI
A content:// style uri to the authority for the themes provider
Public Constructors