Home
last modified time | relevance | path

Searched refs:getNativeDocumentStoreLatencyMillis (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.java126 public int getNativeDocumentStoreLatencyMillis() { in getNativeDocumentStoreLatencyMillis() method in PutDocumentStats
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java253 stats.getNativeDocumentStoreLatencyMillis(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java110 assertThat(pStats.getNativeDocumentStoreLatencyMillis()) in testAppSearchStats_PutDocumentStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java214 assertThat(pStats.getNativeDocumentStoreLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()