Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DInitializeStats.java159 public int getDocumentStoreRecoveryCause() { in getDocumentStoreRecoveryCause() method in InitializeStats
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerHelper.java85 fromNativeStats.getDocumentStoreRecoveryCause().getNumber()) in copyNativeStats()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java333 stats.getDocumentStoreRecoveryCause(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java166 assertThat(iStats.getDocumentStoreRecoveryCause()) in testAppSearchStats_InitializeStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java171 assertThat(iStats.getDocumentStoreRecoveryCause()) in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
H A DAppSearchImplTest.java563 assertThat(initStats.getDocumentStoreRecoveryCause()) in testReset()