Home
last modified time | relevance | path

Searched refs:PHONES (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java89 private static final int PHONES = 12; field in LegacyApiSupport
215 public static final String PHONES = "view_v1_phones"; field
334 matcher.addURI(authority, "phones", PHONES); in matcher.addURI() argument
653 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";"); in createViews()
654 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " + in createViews()
804 case PHONES: { in insert()
1017 case PHONES: in update()
1574 case PHONES: in delete()
1731 case PHONES: in query()
1732 qb.setTables(LegacyTables.PHONES + " phones"); in query()
[all …]
DContactsProvider2.java368 public static final int PHONES = 3002; field in ContactsProvider2
1285 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES); in matcher.addURI() argument
6226 case PHONES: in queryLocal()
9235 case PHONES: in getType()
9316 case PHONES: in getDefaultProjection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuard.java198 case ContactsProvider2.PHONES: in isBluetoothContactSharing()