Home
last modified time | relevance | path

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

/cts/tests/appsearch/aidl/com/android/cts/appsearch/
DICommandReceiver.aidl36 boolean indexNotGloballySearchableDocument(in String databaseName, in String namespace, in indexNotGloballySearchableDocument() method
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java825 indexNotGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalGetById_withoutAccess()
867 indexNotGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalGetById_sameErrorMessages()
1198 indexNotGloballySearchableDocument(PKG_B, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withPartialAccess()
1619 indexNotGloballySearchableDocument(PKG_B, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalGetSchema_globalAccess_singleAccess()
1960 private void indexNotGloballySearchableDocument( in indexNotGloballySearchableDocument() method in GlobalSearchSessionServiceCtsTestBase
1967 .indexNotGloballySearchableDocument(databaseName, namespace, id)).isTrue(); in indexNotGloballySearchableDocument()
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java260 public boolean indexNotGloballySearchableDocument( in indexNotGloballySearchableDocument() method in AppSearchTestService.CommandReceiver