Searched refs:queryCorpContacts (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 7189 final Cursor managedCursor = queryCorpContacts(localUri, projection, selection, in queryMergedDataPhones() 7235 private Cursor queryCorpContacts(Uri localUri, String[] projection, String selection, in queryCorpContacts() method in ContactsProvider2 7306 final Cursor rewrittenCorpCursor = queryCorpContacts(localUri, projection, selection, in queryCorpLookupIfNecessary() 7340 return queryCorpContacts(localUri, projection, selection, in queryFilterEnterprise() 7419 return queryCorpContacts(localUri, projection, selection, selectionArgs, in queryLookupEnterprise()
|