Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataStallRecoveryManager.java166 private int mRecoveryAction; field in DataStallRecoveryManager
560 mRecoveryAction = RECOVERY_ACTION_GET_DATA_CALL_LIST; in reset()
610 log("getRecoveryAction: " + recoveryActionToString(mRecoveryAction)); in getRecoveryAction()
611 return mRecoveryAction; in getRecoveryAction()
622 if (mFeatureFlags.dsrsDiagnosticsEnabled() && mRecoveryAction != action) { in setRecoveryAction()
625 mRecoveryAction = action; in setRecoveryAction()
631 && mRecoveryAction < RECOVERY_ACTION_RADIO_RESTART) { in setRecoveryAction()
632 mRecoveryAction = RECOVERY_ACTION_RADIO_RESTART; in setRecoveryAction()
638 mRecoveryAction = RECOVERY_ACTION_RESET_MODEM; in setRecoveryAction()
641 if (shouldSkipRecoveryAction(mRecoveryAction)) { in setRecoveryAction()
[all …]