Searched refs:VISIBILITY_SCOPE_GLOBAL (Results 1 – 4 of 4) sorted by relevance
45 VISIBILITY_SCOPE_GLOBAL,57 public static final int VISIBILITY_SCOPE_GLOBAL = 2; field in SearchStats
30 …tatic com.android.server.appsearch.external.localstorage.stats.SearchStats.VISIBILITY_SCOPE_GLOBAL;1221 statsBuilder = new SearchStats.Builder(VISIBILITY_SCOPE_GLOBAL, in getNextPage()
1454 SearchStats.VISIBILITY_SCOPE_GLOBAL, in globalQuery()
648 assertThat(searchStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_GLOBAL); in testGlobalGetNextPageStatsLogging()