Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java172 public int getDocumentStoreRecoveryCause() { in getDocumentStoreRecoveryCause() method in InitializeStats
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java88 fromNativeStats.getDocumentStoreRecoveryCause().getNumber()) in copyNativeStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java182 assertThat(iStats.getDocumentStoreRecoveryCause()) in testAppSearchStats_InitializeStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java511 stats.getDocumentStoreRecoveryCause(), in logStatsImplLocked()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java135 assertThat(iStats.getDocumentStoreRecoveryCause()) in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
DAppSearchImplTest.java609 assertThat(initStats.getDocumentStoreRecoveryCause()) in testReset()