Searched refs:CALLS_LEGACY (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java75 String CALLS_LEGACY = "calls"; field in interface:CallLogDatabaseHelper.LegacyConstants
268 if (!tableExists(contacts, LegacyConstants.CALLS_LEGACY)
280 "SELECT * FROM " + LegacyConstants.CALLS_LEGACY, null)) {
301 contacts.execSQL("DROP TABLE " + LegacyConstants.CALLS_LEGACY + ";");

Completed in 203 milliseconds