Searched defs:PHONES (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java88 private static final int PHONES = 12; field in class:LegacyApiSupport
212 public static final String PHONES = "view_v1_phones"; field in interface:LegacyApiSupport.LegacyTables
331 matcher.addURI(authority, "phones", PHONES);
650 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";");
651 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " +
801 case PHONES: {
1013 case PHONES:
1573 case PHONES:
1730 case PHONES:
1731 qb.setTables(LegacyTables.PHONES
[all...]
H A DContactsProvider2.java294 private static final int PHONES = 3002; field in class:ContactsProvider2
1145 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES);
5436 case PHONES: {
5546 // See PHONES for more detail.
5652 // See PHONES for more detail.
7460 case PHONES:
7532 case PHONES:

Completed in 56 milliseconds