|
| HistoryDB (Context context) |
|
void | onCreate (SQLiteDatabase db) |
|
void | onUpgrade (SQLiteDatabase db, int oldVersion, int newVersion) |
|
|
static final String | QUICK_CONNECT_TABLE_NAME = "quick_connect_history" |
|
static final String | QUICK_CONNECT_TABLE_COL_ITEM = "item" |
|
static final String | QUICK_CONNECT_TABLE_COL_TIMESTAMP = "timestamp" |
|
Definition at line 17 of file HistoryDB.java.
The documentation for this class was generated from the following file: