Home
last modified time | relevance | path

Searched refs:RecoveryCause (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DInitializeStats.java48 public @interface RecoveryCause {} annotation in InitializeStats
96 @RecoveryCause private final int mNativeDocumentStoreRecoveryCause;
97 @RecoveryCause private final int mNativeIndexRestorationCause;
98 @RecoveryCause private final int mNativeSchemaStoreRecoveryCause;
171 @RecoveryCause
184 @RecoveryCause
195 @RecoveryCause
280 @RecoveryCause int mNativeDocumentStoreRecoveryCause;
281 @RecoveryCause int mNativeIndexRestorationCause;
282 @RecoveryCause int mNativeSchemaStoreRecoveryCause;
[all …]
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java97 int nativeDocumentStoreRecoveryCause = InitializeStatsProto.RecoveryCause.DATA_LOSS_VALUE; in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
99 InitializeStatsProto.RecoveryCause.INCONSISTENT_WITH_GROUND_TRUTH_VALUE; in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
101 InitializeStatsProto.RecoveryCause.SCHEMA_CHANGES_OUT_OF_SYNC_VALUE; in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
113 InitializeStatsProto.RecoveryCause.forNumber( in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
116 InitializeStatsProto.RecoveryCause.forNumber( in testAppSearchLoggerHelper_testCopyNativeStats_initialize()
119 InitializeStatsProto.RecoveryCause.forNumber( in testAppSearchLoggerHelper_testCopyNativeStats_initialize()