Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DOptimizeStats.java101 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in OptimizeStats
H A DInitializeStats.java193 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in InitializeStats
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java337 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
358 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java172 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_InitializeStats()
383 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_OptimizeStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java177 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
339 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_optimize()