OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
254
if (!
tableExists
(contacts, LegacyConstants.CALLS_LEGACY)
255
|| !
tableExists
(contacts, LegacyConstants.VOICEMAIL_STATUS_LEGACY)) {
313
static boolean
tableExists
(SQLiteDatabase db, String table) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
500
if (!
tableExists
(TABLE_FAVORITES) || !
tableExists
(TABLE_WORKSPACE_SCREENS)) {
529
private boolean
tableExists
(String tableName) {
[
all
...]
Completed in 137 milliseconds