Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java225 public int getDocumentCount() { in getDocumentCount() method in InitializeStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java146 assertThat(iStats.getDocumentCount()).isEqualTo(nativeNumDocuments); in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
396 assertThat(iStats.getDocumentCount()).isEqualTo(0); in testLoggingStats_initializeWithoutDocuments_success()
459 assertThat(iStats.getDocumentCount()).isEqualTo(2); in testLoggingStats_initializeWithDocuments_success()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java193 assertThat(iStats.getDocumentCount()).isEqualTo(nativeNumDocuments); in testAppSearchStats_InitializeStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java518 stats.getDocumentCount(), in logStatsImplLocked()