Searched refs:LegacyConstants (Results 1 – 1 of 1) sorted by relevance
75 private interface LegacyConstants { interface in CallLogDatabaseHelper301 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()