Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/telephony/
Denums.proto267 RECOVERY_ACTION_CLEANUP = 1; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java5048 RECOVERY_ACTION_CLEANUP,
5055 private static final int RECOVERY_ACTION_CLEANUP = 1; field in DcTracker
5120 return ((action == RECOVERY_ACTION_CLEANUP) in isAggressiveRecovery()
5168 && getRecoveryAction() > RECOVERY_ACTION_CLEANUP) { in checkRecovery()
5203 putRecoveryAction(RECOVERY_ACTION_CLEANUP); in doRecovery()
5205 case RECOVERY_ACTION_CLEANUP: in doRecovery()