Searched refs:IN_PROGRESS_TIMEOUT_REACHED_KEY (Results 1 – 3 of 3) sorted by relevance
48 public static final String IN_PROGRESS_TIMEOUT_REACHED_KEY = "in_progress_timeout_reached_key"; field in MigrationConstants
32 …atic com.android.server.healthconnect.migration.MigrationConstants.IN_PROGRESS_TIMEOUT_REACHED_KEY;455 preferences.put(IN_PROGRESS_TIMEOUT_REACHED_KEY, String.valueOf(false)); in updateMigrationStatePreference()459 preferences.put(IN_PROGRESS_TIMEOUT_REACHED_KEY, String.valueOf(true)); in updateMigrationStatePreference()518 PreferenceHelper.getInstance().getPreference(IN_PROGRESS_TIMEOUT_REACHED_KEY); in hasInProgressStateTimedOut()
29 …atic com.android.server.healthconnect.migration.MigrationConstants.IN_PROGRESS_TIMEOUT_REACHED_KEY;847 when(mPreferenceHelper.getPreference(eq(IN_PROGRESS_TIMEOUT_REACHED_KEY))) in testHasInProgressStateTimedOut_returnsTrue_whenTrue()854 when(mPreferenceHelper.getPreference(eq(IN_PROGRESS_TIMEOUT_REACHED_KEY))).thenReturn(null); in testHasInProgressStateTimedOut_returnsFalse_whenNotSet()