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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java89 private static final int PHONES = 12; field in class:LegacyApiSupport
215 public static final String PHONES = "view_v1_phones"; field in interface:LegacyApiSupport.LegacyTables
334 matcher.addURI(authority, "phones", PHONES);
653 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";");
654 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " +
804 case PHONES: {
1016 case PHONES:
1576 case PHONES:
1733 case PHONES:
1734 qb.setTables(LegacyTables.PHONES
[all...]
H A DContactsProvider2.java302 private static final int PHONES = 3002; field in class:ContactsProvider2
1162 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES);
5555 case PHONES:
5732 // See PHONES for more detail.
5958 // See PHONES for more detail.
7999 case PHONES:
8072 case PHONES:

Completed in 41 milliseconds