|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.provider.PredictionsContract
public class PredictionsContract
The contract for the activity prediction result provider of the ActivityMiner application.
| Field Summary | |
|---|---|
static String |
AUTHORITY
The authority for the prediction result provider. |
static Uri |
AUTHORITY_URI
A content:// style uri to the authority for the prediction result provider. |
static String |
BASE_PATH
The base path to the table. |
static String |
COLUMN_CERTAINTY
The prediction certainty column. |
static String |
COLUMN_ID
The _id column. |
static String |
COLUMN_PREDICTION
The predicted activity label column. |
static String |
COLUMN_TS
The time stamp column. |
static Uri |
CONTENT_URI
A uri to the content for the prediction result provider. |
| Constructor Summary | |
|---|---|
PredictionsContract()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COLUMN_ID
public static final String COLUMN_PREDICTION
public static final String COLUMN_CERTAINTY
public static final String COLUMN_TS
public static final String BASE_PATH
public static final String AUTHORITY
public static final Uri AUTHORITY_URI
public static final Uri CONTENT_URI
| Constructor Detail |
|---|
public PredictionsContract()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||