Searched refs:HAVE_RESET_MIGRATION_STATE_KEY (Results 1 – 3 of 3) sorted by relevance
45 static final String HAVE_RESET_MIGRATION_STATE_KEY = "have_reset_migration_state"; field in MigrationConstants
28 …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()
27 …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()