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.java5623 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/
DContactsProvider2Test.java2807 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()