Home
last modified time | relevance | path

Searched refs:getRewriteDocumentTypesLatencyMillis (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DPutDocumentStats.java116 public int getRewriteDocumentTypesLatencyMillis() { in getRewriteDocumentTypesLatencyMillis() method in PutDocumentStats
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java251 stats.getRewriteDocumentTypesLatencyMillis(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java107 assertThat(pStats.getRewriteDocumentTypesLatencyMillis()) in testAppSearchStats_PutDocumentStats()