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.aidl25 boolean indexNotGloballySearchableDocument(); in indexNotGloballySearchableDocument() method
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionPlatformCtsTest.java333 indexNotGloballySearchableDocument(PKG_B); in testGlobalSearch_withPartialAccess()
551 private void indexNotGloballySearchableDocument(String pkg) throws Exception { in indexNotGloballySearchableDocument() method in GlobalSearchSessionPlatformCtsTest
556 assertThat(commandReceiver.indexNotGloballySearchableDocument()).isTrue(); in indexNotGloballySearchableDocument()
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java132 public boolean indexNotGloballySearchableDocument() { in indexNotGloballySearchableDocument() method in AppSearchTestService.CommandReceiver