Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java141 public int getNativeDocumentSizeBytes() { in getNativeDocumentSizeBytes() method in PutDocumentStats
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java250 stats.getNativeDocumentSizeBytes(), in logStatsImplLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java208 assertThat(pStats.getNativeDocumentSizeBytes()).isEqualTo(nativeDocumentSize); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
513 assertThat(pStats.getNativeDocumentSizeBytes()).isGreaterThan(0); in testLoggingStats_putDocument_success()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java115 assertThat(pStats.getNativeDocumentSizeBytes()).isEqualTo(nativeDocumentSize); in testAppSearchStats_PutDocumentStats()