Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectDataState.java119 @SystemApi public static final int RESTORE_ERROR_VERSION_DIFF = 3; field in HealthConnectDataState
127 RESTORE_ERROR_VERSION_DIFF
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/api/
DLoadMigrationRestoreStateUseCase.kt110 HealthConnectDataState.RESTORE_ERROR_VERSION_DIFF to in <lambda>()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java23 import static android.health.connect.HealthConnectDataState.RESTORE_ERROR_VERSION_DIFF;
599 setDataRestoreError(RESTORE_ERROR_VERSION_DIFF); in merge()
615 if (getDataRestoreError() == RESTORE_ERROR_VERSION_DIFF) { in merge()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/migration/api/
DLoadMigrationRestoreStateUseCaseTest.kt263 HealthConnectDataState.RESTORE_ERROR_VERSION_DIFF, in <lambda>()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/backuprestore/
DBackupRestoreTest.java21 import static android.health.connect.HealthConnectDataState.RESTORE_ERROR_VERSION_DIFF;
834 assertThat(mBackupRestore.getDataRestoreError()).isEqualTo(RESTORE_ERROR_VERSION_DIFF); in testMerge_whenModuleVersionBehind_setsVersionDiffError()
/packages/modules/HealthFitness/framework/api/
Dsystem-current.txt44 field public static final int RESTORE_ERROR_VERSION_DIFF = 3; // 0x3