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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterprisePolicyGuard.java198 case ContactsProvider2.PHONES:
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java89 private static final int PHONES = 12; field in class:LegacyApiSupport
193 public static final String PHONES = "view_v1_phones"; field in interface:LegacyApiSupport.LegacyTables
312 matcher.addURI(authority, "phones", PHONES);
624 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";");
625 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " +
775 case PHONES: {
988 case PHONES:
1513 case PHONES:
1670 case PHONES:
1671 qb.setTables(LegacyTables.PHONES
[all...]
H A DContactsProvider2.java357 public static final int PHONES = 3002; field in class:ContactsProvider2
1286 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES);
6305 case PHONES:
6501 // See PHONES for more detail.
6736 // See PHONES for more detail.
9334 case PHONES:
9417 case PHONES:

Completed in 136 milliseconds