Searched refs:indexNotGloballySearchableDocument (Results 1 – 3 of 3) sorted by relevance
25 boolean indexNotGloballySearchableDocument(); in indexNotGloballySearchableDocument() method
333 indexNotGloballySearchableDocument(PKG_B); in testGlobalSearch_withPartialAccess()551 private void indexNotGloballySearchableDocument(String pkg) throws Exception { in indexNotGloballySearchableDocument() method in GlobalSearchSessionPlatformCtsTest556 assertThat(commandReceiver.indexNotGloballySearchableDocument()).isTrue(); in indexNotGloballySearchableDocument()
132 public boolean indexNotGloballySearchableDocument() { in indexNotGloballySearchableDocument() method in AppSearchTestService.CommandReceiver