Home
last modified time | relevance | path

Searched refs:LegacyConstants (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java75 private interface LegacyConstants { interface in CallLogDatabaseHelper
301 if (!tableExists(contacts, LegacyConstants.CALLS_LEGACY) in migrateFromLegacyTables()
302 || !tableExists(contacts, LegacyConstants.VOICEMAIL_STATUS_LEGACY)) { in migrateFromLegacyTables()
313 "SELECT * FROM " + LegacyConstants.CALLS_LEGACY, null)) { in migrateFromLegacyTables()
324 LegacyConstants.VOICEMAIL_STATUS_LEGACY, null)) { in migrateFromLegacyTables()
334 contacts.execSQL("DROP TABLE " + LegacyConstants.CALLS_LEGACY + ";"); in migrateFromLegacyTables()
335 contacts.execSQL("DROP TABLE " + LegacyConstants.VOICEMAIL_STATUS_LEGACY + ";"); in migrateFromLegacyTables()
340 LegacyConstants.CALL_LOG_LAST_SYNCED_LEGACY, null)); in migrateFromLegacyTables()