Searched refs:LegacyConstants (Results 1 – 1 of 1) sorted by relevance
77 private interface LegacyConstants { interface in CallLogDatabaseHelper476 if (!tableExists(contacts, LegacyConstants.CALLS_LEGACY) in migrateFromLegacyTables()477 || !tableExists(contacts, LegacyConstants.VOICEMAIL_STATUS_LEGACY)) { in migrateFromLegacyTables()488 "SELECT * FROM " + LegacyConstants.CALLS_LEGACY, null)) { in migrateFromLegacyTables()499 LegacyConstants.VOICEMAIL_STATUS_LEGACY, null)) { in migrateFromLegacyTables()509 contacts.execSQL("DROP TABLE " + LegacyConstants.CALLS_LEGACY + ";"); in migrateFromLegacyTables()510 contacts.execSQL("DROP TABLE " + LegacyConstants.VOICEMAIL_STATUS_LEGACY + ";"); in migrateFromLegacyTables()515 LegacyConstants.CALL_LOG_LAST_SYNCED_LEGACY, null)); in migrateFromLegacyTables()