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.java5627 protected Cursor queryCorpContactsProvider(Uri localUri, String[] projection, in queryCorpContactsProvider() method in ContactsProvider2
6923 final Cursor cursor = queryCorpContactsProvider( in queryLocal()
6977 final Cursor cursor = queryCorpContactsProvider( in queryLocal()
7087 corpCursor = queryCorpContactsProvider(localUri, projection, selection, in queryMergedDirectories()
7197 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2861 assertEquals(0, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider()
2886 assertEquals(2, provider.queryCorpContactsProvider(enterpriseUri, null, null, null, in testQueryCorpContactsProvider()
2889 provider.queryCorpContactsProvider(invalidAuthorityUri, null, null, in testQueryCorpContactsProvider()