HomeSort by relevance Sort by last modified time
    Searched refs:tableExists (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogMigrationTest.java 59 assertTrue(CallLogDatabaseHelper.tableExists(sourceDb, "calls"));
60 assertTrue(CallLogDatabaseHelper.tableExists(sourceDb, "voicemail_status"));
81 assertFalse(CallLogDatabaseHelper.tableExists(sourceDb, "calls"));
82 assertFalse(CallLogDatabaseHelper.tableExists(sourceDb, "voicemail_status"));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 305 if (!tableExists(contacts, LegacyConstants.CALLS_LEGACY)
306 || !tableExists(contacts, LegacyConstants.VOICEMAIL_STATUS_LEGACY)) {
364 static boolean tableExists(SQLiteDatabase db, String table) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 581 if (!tableExists(Favorites.TABLE_NAME) || !tableExists(WorkspaceScreens.TABLE_NAME)) {
612 private boolean tableExists(String tableName) {
    [all...]

Completed in 76 milliseconds