Searched refs:queryCorpContactsProvider (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsProvider2.java | 5632 protected Cursor queryCorpContactsProvider(Uri localUri, String[] projection, in queryCorpContactsProvider() method in ContactsProvider2 6936 final Cursor cursor = queryCorpContactsProvider( in queryLocal() 6990 final Cursor cursor = queryCorpContactsProvider( in queryLocal() 7100 corpCursor = queryCorpContactsProvider(localUri, projection, selection, in queryMergedDirectories() 7210 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2Test.java | 2854 assertEquals(0, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider() 2879 assertEquals(2, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider() 2882 provider.queryCorpContactsProvider(invalidAuthorityUri, null, null, in testQueryCorpContactsProvider()
|