Searched refs:VISIBILITY_SCOPE_LOCAL (Results 1 – 6 of 6) sorted by relevance
43 VISIBILITY_SCOPE_LOCAL,55 public static final int VISIBILITY_SCOPE_LOCAL = 1; field in SearchStats672 mVisibilityScope != SearchStats.VISIBILITY_SCOPE_LOCAL, in build()
246 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_LOCAL, PACKAGE_NAME) in testAppSearchLoggerHelper_testCopyNativeStats_search()725 assertThat(sStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_LOCAL); in testLoggingStats_search_success()926 assertThat(sStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_LOCAL); in testLoggingStats_search_join()
205 int visibilityScope = SearchStats.VISIBILITY_SCOPE_LOCAL; in testAppSearchStats_SearchStats()
31 …static com.android.server.appsearch.external.localstorage.stats.SearchStats.VISIBILITY_SCOPE_LOCAL;1225 statsBuilder = new SearchStats.Builder(VISIBILITY_SCOPE_LOCAL, in getNextPage()
1373 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_LOCAL, packageName) in query()
627 assertThat(searchStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_LOCAL); in testLocalGetNextPageStatsLogging()