Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java209 public interface LegacyTables { interface in LegacyApiSupport
596 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PEOPLE + ";"); in createViews()
597 db.execSQL("CREATE VIEW " + LegacyTables.PEOPLE + " AS SELECT " + in createViews()
604 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";"); in createViews()
605 db.execSQL("CREATE VIEW " + LegacyTables.ORGANIZATIONS + " AS SELECT " + in createViews()
628 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.CONTACT_METHODS + ";"); in createViews()
629 db.execSQL("CREATE VIEW " + LegacyTables.CONTACT_METHODS + " AS SELECT " + in createViews()
653 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";"); in createViews()
654 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " + in createViews()
680 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.EXTENSIONS + ";"); in createViews()
[all …]
DContactsDatabaseHelper.java4886 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats()