Home
last modified time | relevance | path

Searched refs:setSchemaTypeCount (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DInitializeStats.java414 public Builder setSchemaTypeCount(int numSchemaTypes) { in setSchemaTypeCount() method in InitializeStats.Builder
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerHelper.java97 .setSchemaTypeCount(fromNativeStats.getNumSchemaTypes()); in copyNativeStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java153 .setSchemaTypeCount(nativeNumSchemaTypes) in testAppSearchStats_InitializeStats()