Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java228 public int getParseQueryLatencyMillis() { in getParseQueryLatencyMillis() method in SearchStats
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java292 stats.getParseQueryLatencyMillis(), in logStatsImplLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java245 assertThat(sStats.getParseQueryLatencyMillis()).isEqualTo(nativeParseQueryLatencyMillis); in testAppSearchStats_SearchStats()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java266 assertThat(sStats.getParseQueryLatencyMillis()).isEqualTo(nativeParseQueryLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_search()