Home
last modified time | relevance | path

Searched refs:queryCorpContactsProvider (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6049 protected Cursor queryCorpContactsProvider(Uri localUri, String[] projection, in queryCorpContactsProvider() method in ContactsProvider2
7416 final Cursor cursor = queryCorpContactsProvider( in queryLocal()
7472 cursor = queryCorpContactsProvider( in queryLocal()
7585 corpCursor = queryCorpContactsProvider(localUri, projection, selection, in queryMergedDirectories()
7710 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java3080 assertEquals(0, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider()
3105 assertEquals(2, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider()
3108 provider.queryCorpContactsProvider(invalidAuthorityUri, null, null, in testQueryCorpContactsProvider()