Searched refs:queryCorpContactsProvider (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 5623 protected Cursor queryCorpContactsProvider(Uri localUri, String[] projection, in queryCorpContactsProvider() method in ContactsProvider2 6972 final Cursor cursor = queryCorpContactsProvider( in queryLocal() 7025 final Cursor cursor = queryCorpContactsProvider( in queryLocal() 7135 corpCursor = queryCorpContactsProvider(localUri, projection, selection, in queryMergedDirectories() 7245 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 2807 assertEquals(0, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider() 2832 assertEquals(2, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider() 2835 provider.queryCorpContactsProvider(invalidAuthorityUri, null, null, in testQueryCorpContactsProvider()
|