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/dataconnection/
DDcTracker.java4639 private @interface RecoveryAction {}; annotation in DcTracker
4666 @RecoveryAction int action = getRecoveryAction(); in isAggressiveRecovery()
4683 @RecoveryAction
4685 @RecoveryAction int action = Settings.System.getInt(mResolver, in getRecoveryAction()
4691 private void putRecoveryAction(@RecoveryAction int action) { in putRecoveryAction()
4696 private void broadcastDataStallDetected(@RecoveryAction int recoveryAction) { in broadcastDataStallDetected()
4734 @RecoveryAction final int recoveryAction = getRecoveryAction(); in doRecovery()
/frameworks/base/config/
Dboot-image-profile.txt49633 Lcom/android/internal/telephony/dataconnection/DcTracker$RecoveryAction;