Searched refs:indexGloballySearchableDocument (Results 1 – 3 of 3) sorted by relevance
304 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 GlobalSearchSessionPlatformCtsTest545 assertThat(commandReceiver.indexGloballySearchableDocument()).isTrue(); in indexGloballySearchableDocument()
23 boolean indexGloballySearchableDocument(); in indexGloballySearchableDocument() method
101 public boolean indexGloballySearchableDocument() { in indexGloballySearchableDocument() method in AppSearchTestService.CommandReceiver