Home
last modified time | relevance | path

Searched refs:getIndexRestorationLatencyMillis (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DOptimizeStats.java101 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in OptimizeStats
DInitializeStats.java193 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in InitializeStats
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java331 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
352 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java172 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_InitializeStats()
386 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_OptimizeStats()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java166 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
328 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_optimize()