Home
last modified time | relevance | path

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

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