Home
last modified time | relevance | path

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

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