Home | History | Annotate | Download | only in provider

Lines Matching defs:TABLE_NAMES

221     // TABLE_NAMES MUST remain in the order of the BASE constants above (e.g. ACCOUNT_BASE = 0x0000,
223 private static final String[] TABLE_NAMES = {
705 String tableName = TABLE_NAMES[table];
943 longId = db.insert(TABLE_NAMES[table], "foo", values);
1006 longId = db.insert(TABLE_NAMES[table], "foo", values);
1101 String tableName = TABLE_NAMES[table];
1470 String tableName = TABLE_NAMES[table];