Searched refs:recoveryAction (Results 1 – 2 of 2) sorted by relevance
512 public long getDataStallRecoveryDelayMillis(@RecoveryAction int recoveryAction) { in getDataStallRecoveryDelayMillis() argument513 return mDataStallRecoveryDelayMillisArray[recoveryAction]; in getDataStallRecoveryDelayMillis()523 public boolean shouldSkipRecoveryAction(@RecoveryAction int recoveryAction) { in shouldSkipRecoveryAction() argument524 return mSkipRecoveryActionArray[recoveryAction]; in shouldSkipRecoveryAction()693 private void broadcastDataStallDetected(@RecoveryAction int recoveryAction) { in broadcastDataStallDetected() argument694 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() local925 TelephonyMetrics.getInstance().writeDataStallEvent(mPhone.getPhoneId(), recoveryAction); in doRecovery() local[all …]
1242 public void writeDataStallEvent(int phoneId, int recoveryAction) { in writeDataStallEvent() argument1244 .setDataStallRecoveryAction(recoveryAction).build()); in writeDataStallEvent()