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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java109 private static final int PHONES_FILTER = 34; field in class:LegacyApiSupport
336 matcher.addURI(authority, "phones/filter/*", PHONES_FILTER);
1747 case PHONES_FILTER:
2065 case PHONES_FILTER:
H A DContactsProvider2.java296 private static final int PHONES_FILTER = 3004; field in class:ContactsProvider2
1130 matcher.addURI(ContactsContract.AUTHORITY, "data/phones/filter", PHONES_FILTER);
1131 matcher.addURI(ContactsContract.AUTHORITY, "data/phones/filter/*", PHONES_FILTER);
5434 case PHONES_FILTER:
5527 // the normalized one as PHONES_FILTER does, while we shouldn't do that

Completed in 64 milliseconds