Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionPlatformCtsTest.java304 indexGloballySearchableDocument(PKG_A); in testGlobalSearch_withAccess()
305 indexGloballySearchableDocument(PKG_B); in testGlobalSearch_withAccess()
332 indexGloballySearchableDocument(PKG_A); in testGlobalSearch_withPartialAccess()
357 indexGloballySearchableDocument(PKG_A); in testGlobalSearch_withPackageFilters()
358 indexGloballySearchableDocument(PKG_B); in testGlobalSearch_withPackageFilters()
382 indexGloballySearchableDocument(PKG_A); in testGlobalSearch_withoutAccess()
383 indexGloballySearchableDocument(PKG_B); in testGlobalSearch_withoutAccess()
540 private void indexGloballySearchableDocument(String pkg) throws Exception { in indexGloballySearchableDocument() method in GlobalSearchSessionPlatformCtsTest
545 assertThat(commandReceiver.indexGloballySearchableDocument()).isTrue(); in indexGloballySearchableDocument()
/cts/tests/appsearch/aidl/com/android/cts/appsearch/
DICommandReceiver.aidl23 boolean indexGloballySearchableDocument(); in indexGloballySearchableDocument() method
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java101 public boolean indexGloballySearchableDocument() { in indexGloballySearchableDocument() method in AppSearchTestService.CommandReceiver