Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DEnterpriseContactsDeviceTest.java85 private EnterpriseGlobalSearchSessionShim mEnterpriseSession; field in EnterpriseContactsDeviceTest
89 mEnterpriseSession = EnterpriseGlobalSearchSessionShimImpl in setUp()
181 GetSchemaResponse getSchemaResponse = mEnterpriseSession.getSchemaAsync(PACKAGE_NAME, in testHasEnterpriseAccess()
192 SearchResultsShim searchResults = mEnterpriseSession.search("", spec); in testHasEnterpriseAccess()
200 GetSchemaResponse getSchemaResponse = mEnterpriseSession.getSchemaAsync(PACKAGE_NAME, in testDoesNotHaveEnterpriseAccess()
209 SearchResultsShim searchResults = mEnterpriseSession.search("", spec); in testDoesNotHaveEnterpriseAccess()
220 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact()
273 mEnterpriseSession.getByDocumentIdAsync( in testGetEnterpriseContact_withProjection()
302 SearchResultsShim searchResults = mEnterpriseSession.search("", spec); in testSearchEnterpriseContacts()
322 searchResults = mEnterpriseSession.search("affiliation OR note OR address", spec); in testSearchEnterpriseContacts()
[all …]