Home
last modified time | relevance | path

Searched refs:MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DHealthConnectMigrationUiState.java46 public static final int MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED = 1; field in HealthConnectMigrationUiState
158 MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED,
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationUiStateManager.java20 …ealth.connect.migration.HealthConnectMigrationUiState.MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED;
98 return MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED; in getHealthConnectMigrationUiState()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/migration/api/
DLoadMigrationRestoreStateUseCaseTest.kt21 …health.connect.migration.HealthConnectMigrationUiState.MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED
63 migrationManager.setMigrationUiState(MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED) in invoke_migrationStateAllowedMigratorDisabled_mapsStateToAllowedMigratorDisabled()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/api/
DLoadMigrationRestoreStateUseCase.kt75 HealthConnectMigrationUiState.MIGRATION_UI_STATE_ALLOWED_MIGRATOR_DISABLED to in <lambda>()