Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DOptimizeStats.java102 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in OptimizeStats
DInitializeStats.java206 public int getIndexRestorationLatencyMillis() { in getIndexRestorationLatencyMillis() method in InitializeStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java188 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_InitializeStats()
483 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchStats_OptimizeStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java515 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
537 stats.getIndexRestorationLatencyMillis(), in logStatsImplLocked()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java141 assertThat(iStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
329 assertThat(oStats.getIndexRestorationLatencyMillis()) in testAppSearchLoggerHelper_testCopyNativeStats_optimize()