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
193 public static final String PHONES = "view_v1_phones"; field
312 matcher.addURI(authority, "phones", PHONES); in matcher.addURI() argument
624 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";"); in createViews()
625 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " + in createViews()
775 case PHONES: { in insert()
988 case PHONES: in update()
1513 case PHONES: in delete()
1670 case PHONES: in query()
1671 qb.setTables(LegacyTables.PHONES + " phones"); in query()
[all …]
DContactsProvider2.java339 public static final int PHONES = 3002; field in ContactsProvider2
1220 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES); in matcher.addURI() argument
6216 case PHONES: in queryLocal()
9237 case PHONES: in getType()
9320 case PHONES: in getDefaultProjection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuard.java198 case ContactsProvider2.PHONES: in isBluetoothContactSharing()