Home
last modified time | relevance | path

Searched refs:VISIBILITY_SCOPE_UNKNOWN (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java46 VISIBILITY_SCOPE_UNKNOWN,
58 public static final int VISIBILITY_SCOPE_UNKNOWN = 3; field in SearchStats
/packages/modules/AppSearch/testing/servicestests/src/android/app/appsearch/testutil/external/testutil/
DSimpleTestLoggerTest.java56 new SearchStats.Builder(SearchStats.VISIBILITY_SCOPE_UNKNOWN, "package").build()); in testLogger_fieldsAreSetAfterLogging()