Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataStallRecoveryManager.java512 public long getDataStallRecoveryDelayMillis(@RecoveryAction int recoveryAction) { in getDataStallRecoveryDelayMillis() argument
513 return mDataStallRecoveryDelayMillisArray[recoveryAction]; in getDataStallRecoveryDelayMillis()
523 public boolean shouldSkipRecoveryAction(@RecoveryAction int recoveryAction) { in shouldSkipRecoveryAction() argument
524 return mSkipRecoveryActionArray[recoveryAction]; in shouldSkipRecoveryAction()
693 private void broadcastDataStallDetected(@RecoveryAction int recoveryAction) { in broadcastDataStallDetected() argument
694 log("broadcastDataStallDetected recoveryAction: " + recoveryAction); in broadcastDataStallDetected()
697 intent.putExtra(TelephonyManager.EXTRA_RECOVERY_ACTION, recoveryAction); in broadcastDataStallDetected()
711 recoveryAction, isRecovered, duration, reason, mValidationCount, in broadcastDataStallDetected()
920 @RecoveryAction final int recoveryAction = getRecoveryAction(); in doRecovery() local
925 TelephonyMetrics.getInstance().writeDataStallEvent(mPhone.getPhoneId(), recoveryAction); in doRecovery() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1242 public void writeDataStallEvent(int phoneId, int recoveryAction) { in writeDataStallEvent() argument
1244 .setDataStallRecoveryAction(recoveryAction).build()); in writeDataStallEvent()