Searched refs:shouldSkipRecoveryAction (Results 1 – 2 of 2) sorted by relevance
509 assertThat(mDataStallRecoveryManager.shouldSkipRecoveryAction(0)).isEqualTo(false); in testUpdateGlobalSettings()510 assertThat(mDataStallRecoveryManager.shouldSkipRecoveryAction(1)).isEqualTo(true); in testUpdateGlobalSettings()511 assertThat(mDataStallRecoveryManager.shouldSkipRecoveryAction(2)).isEqualTo(true); in testUpdateGlobalSettings()512 assertThat(mDataStallRecoveryManager.shouldSkipRecoveryAction(3)).isEqualTo(true); in testUpdateGlobalSettings()513 assertThat(mDataStallRecoveryManager.shouldSkipRecoveryAction(4)).isEqualTo(false); in testUpdateGlobalSettings()
523 public boolean shouldSkipRecoveryAction(@RecoveryAction int recoveryAction) { in shouldSkipRecoveryAction() method in DataStallRecoveryManager641 if (shouldSkipRecoveryAction(mRecoveryAction)) { in setRecoveryAction()