Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java146 public int getNativeIndexLatencyMillis() { in getNativeIndexLatencyMillis() method in PutDocumentStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java121 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java420 stats.getNativeIndexLatencyMillis(), in logStatsImplLocked()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java187 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()