Searched refs:tableExists (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.launcher3.provider.LauncherDbUtils.tableExists;57 if (!tableExists(mDb, tableName)) { in restoreFromCustomBackupTable()
31 import static com.android.launcher3.provider.LauncherDbUtils.tableExists;127 if (!tableExists(databaseHelper.getReadableDatabase(), Favorites.TABLE_NAME)) { in createDatabaseHelper()134 databaseHelper.mHotseatRestoreTableExists = tableExists( in createDatabaseHelper()264 mOpenHelper.mHotseatRestoreTableExists = tableExists( in refreshHotseatRestoreTable()
19 import static com.android.launcher3.provider.LauncherDbUtils.tableExists;58 if (!tableExists(transaction.getDb(), HYBRID_HOTSEAT_BACKUP_TABLE)) { in restoreBackup()
72 public static boolean tableExists(SQLiteDatabase db, String tableName) { in tableExists() method in LauncherDbUtils
553 static boolean tableExists(SQLiteDatabase db, String table) { in tableExists() method in CallLogDatabaseHelper