Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java244 public int getScoringLatencyMillis() { in getScoringLatencyMillis() method in SearchStats
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java295 stats.getScoringLatencyMillis(), in logStatsImplLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java248 assertThat(sStats.getScoringLatencyMillis()).isEqualTo(nativeScoringLatencyMillis); in testAppSearchStats_SearchStats()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java269 assertThat(sStats.getScoringLatencyMillis()).isEqualTo(nativeScoringLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_search()