Searched refs:LegacyConstants (Results 1 – 1 of 1) sorted by relevance
77 private interface LegacyConstants { interface in CallLogDatabaseHelper499 if (!tableExists(contacts, LegacyConstants.CALLS_LEGACY) in migrateFromLegacyTables()500 || !tableExists(contacts, LegacyConstants.VOICEMAIL_STATUS_LEGACY)) { in migrateFromLegacyTables()511 "SELECT * FROM " + LegacyConstants.CALLS_LEGACY, null)) { in migrateFromLegacyTables()522 LegacyConstants.VOICEMAIL_STATUS_LEGACY, null)) { in migrateFromLegacyTables()532 contacts.execSQL("DROP TABLE " + LegacyConstants.CALLS_LEGACY + ";"); in migrateFromLegacyTables()533 contacts.execSQL("DROP TABLE " + LegacyConstants.VOICEMAIL_STATUS_LEGACY + ";"); in migrateFromLegacyTables()538 LegacyConstants.CALL_LOG_LAST_SYNCED_LEGACY, null)); in migrateFromLegacyTables()