Searched refs:tableName (Results 1 – 3 of 3) sorted by relevance
55 for (String tableName : TABLES_NAMES) { in createTables()56 cmd = "create table " + tableName + " (" in createTables()65 for (String tableName : TABLES_NAMES) { in dropTables()66 db.execSQL("DROP TABLE IF EXISTS " + tableName); in dropTables()
776 public static SettingsCache forTable(String tableName) { in forTable() argument777 if ("system".equals(tableName)) { in forTable()780 if ("secure".equals(tableName)) { in forTable()816 public static void invalidate(String tableName) { in invalidate() argument817 SettingsCache cache = SettingsCache.forTable(tableName); in invalidate()
889 public InsertHelper(SQLiteDatabase db, String tableName) { in InsertHelper() argument891 mTableName = tableName; in InsertHelper()