Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java40 VISIBILITY_SCOPE_LOCAL,
51 public static final int VISIBILITY_SCOPE_LOCAL = 1; field in SearchStats
456 mVisibilityScope != SearchStats.VISIBILITY_SCOPE_LOCAL, in build()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java251 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_LOCAL, "packageName") in testAppSearchLoggerHelper_testCopyNativeStats_search()
635 assertThat(sStats.getVisibilityScope()).isEqualTo(SearchStats.VISIBILITY_SCOPE_LOCAL); in testLoggingStats_search_success()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java187 int visibilityScope = SearchStats.VISIBILITY_SCOPE_LOCAL; in testAppSearchStats_SearchStats()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java841 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_LOCAL, packageName) in query()