Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java230 public int getSchemaTypeCount() { in getSchemaTypeCount() method in InitializeStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java147 assertThat(iStats.getSchemaTypeCount()).isEqualTo(nativeNumSchemaTypes); in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
397 assertThat(iStats.getSchemaTypeCount()).isEqualTo(0); in testLoggingStats_initializeWithoutDocuments_success()
461 assertThat(iStats.getSchemaTypeCount()).isEqualTo(5); in testLoggingStats_initializeWithDocuments_success()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java194 assertThat(iStats.getSchemaTypeCount()).isEqualTo(nativeNumSchemaTypes); in testAppSearchStats_InitializeStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java519 stats.getSchemaTypeCount(), in logStatsImplLocked()