Home
last modified time | relevance | path

Searched refs:HAVE_RESET_MIGRATION_STATE_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationConstants.java45 static final String HAVE_RESET_MIGRATION_STATE_KEY = "have_reset_migration_state"; field in MigrationConstants
DMigrationStateManager.java28 …tatic com.android.server.healthconnect.migration.MigrationConstants.HAVE_RESET_MIGRATION_STATE_KEY;
811 if (!Boolean.parseBoolean(preferenceHelper.getPreference(HAVE_RESET_MIGRATION_STATE_KEY)) in resetMigrationStateIfNeeded()
815 HAVE_RESET_MIGRATION_STATE_KEY, String.valueOf(true)); in resetMigrationStateIfNeeded()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationStateManagerTest.java27 …tatic com.android.server.healthconnect.migration.MigrationConstants.HAVE_RESET_MIGRATION_STATE_KEY;
913 when(mPreferenceHelper.getPreference(eq(HAVE_RESET_MIGRATION_STATE_KEY))) in testSwitchToSetupForUser_migrationHasTimedOutPrematurely_stateAlreadyReset()