Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DInitializeStats.java212 public int getDocumentCount() { in getDocumentCount() method in InitializeStats
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java182 assertThat(iStats.getDocumentCount()).isEqualTo(nativeNumDocuments); in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
401 assertThat(iStats.getDocumentCount()).isEqualTo(0); in testLoggingStats_initializeWithoutDocuments_success()
452 assertThat(iStats.getDocumentCount()).isEqualTo(2); in testLoggingStats_initializeWithDocuments_success()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java340 stats.getDocumentCount(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java177 assertThat(iStats.getDocumentCount()).isEqualTo(nativeNumDocuments); in testAppSearchStats_InitializeStats()