Home
last modified time | relevance | path

Searched refs:VISIBILITY_SCOPE_LOCAL (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java43 VISIBILITY_SCOPE_LOCAL,
55 public static final int VISIBILITY_SCOPE_LOCAL = 1; field in SearchStats
672 mVisibilityScope != SearchStats.VISIBILITY_SCOPE_LOCAL, in build()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java246 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()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java205 int visibilityScope = SearchStats.VISIBILITY_SCOPE_LOCAL; in testAppSearchStats_SearchStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java31 …static com.android.server.appsearch.external.localstorage.stats.SearchStats.VISIBILITY_SCOPE_LOCAL;
1225 statsBuilder = new SearchStats.Builder(VISIBILITY_SCOPE_LOCAL, in getNextPage()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1373 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_LOCAL, packageName) in query()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java627 assertThat(searchStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_LOCAL); in testLocalGetNextPageStatsLogging()