Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java156 public int getNativeDocumentSizeBytes() { in getNativeDocumentSizeBytes() method in PutDocumentStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java190 assertThat(pStats.getNativeDocumentSizeBytes()).isEqualTo(nativeDocumentSize); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
581 assertThat(pStats.getNativeDocumentSizeBytes()).isGreaterThan(0); in testLoggingStats_putDocument_success()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java124 assertThat(pStats.getNativeDocumentSizeBytes()).isEqualTo(nativeDocumentSize); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java422 stats.getNativeDocumentSizeBytes(), in logStatsImplLocked()