java.lang.Object |
↳ |
lineageos.providers.WeatherContract |
Class Overview
The contract between the weather provider and applications.
Summary
Nested Classes |
class |
WeatherContract.WeatherColumns |
|
Constants |
String |
AUTHORITY |
The authority of the weather content provider
|
Fields |
public
static
final
Uri |
AUTHORITY_URI |
A content:// style uri to the authority for the weather 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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
AUTHORITY
The authority of the weather content provider
Constant Value:
"org.lineageos.weather"
Fields
public
static
final
Uri
AUTHORITY_URI
A content:// style uri to the authority for the weather provider
Public Constructors
public
WeatherContract
()