Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java187 public interface LegacyTables { interface in LegacyApiSupport
1236 long rowId = db.insert(LegacyTables.SETTINGS, in updateSetting()
1671 qb.setTables(LegacyTables.PHONES + " phones"); in query()
1677 qb.setTables(LegacyTables.PHONES + " phones"); in query()
1685 qb.setTables(LegacyTables.PHONES + " phones"); in query()
1697 qb.setTables(LegacyTables.PHONES + " phones"); in query()
1705 qb.setTables(LegacyTables.PHONES + " phones"); in query()
1747 qb.setTables(LegacyTables.GROUPS + " groups"); in query()
1753 qb.setTables(LegacyTables.GROUPS + " groups"); in query()
1793 qb.setTables(LegacyTables.PHOTOS + " photos"); in query()
[all …]
H A DContactsDatabaseHelper.java3641 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats()