Home
last modified time | relevance | path

Searched refs:getIndexRestorationCause (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java185 public int getIndexRestorationCause() { in getIndexRestorationCause() method in InitializeStats
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java89 .setIndexRestorationCause(fromNativeStats.getIndexRestorationCause().getNumber()) in copyNativeStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java184 assertThat(iStats.getIndexRestorationCause()).isEqualTo(nativeIndexRestorationCause); in testAppSearchStats_InitializeStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java512 stats.getIndexRestorationCause(), in logStatsImplLocked()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java137 assertThat(iStats.getIndexRestorationCause()).isEqualTo(nativeIndexRestorationCause); in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
DAppSearchImplTest.java611 assertThat(initStats.getIndexRestorationCause()) in testReset()