Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java83 .setIndexRestorationCause(fromNativeStats.getIndexRestorationCause().getNumber()) in copyNativeStats()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java172 public int getIndexRestorationCause() { in getIndexRestorationCause() method in InitializeStats
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java328 stats.getIndexRestorationCause(), in logStatsImplLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java168 assertThat(iStats.getIndexRestorationCause()).isEqualTo(nativeIndexRestorationCause); in testAppSearchStats_InitializeStats()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java162 assertThat(iStats.getIndexRestorationCause()).isEqualTo(nativeIndexRestorationCause); in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
DAppSearchImplTest.java562 assertThat(initStats.getIndexRestorationCause()) in testReset()