Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcFailCause.java110 SIGNAL_LOST(-3), /* no retry */ enumConstant
217 add(SIGNAL_LOST); in isPermanentFailure()
237 (this == PROTOCOL_ERRORS) || (this == SIGNAL_LOST) || in isEventLoggable()
DDcTracker.java2006 (mAttached.get() == false || dcFailCause != DcFailCause.SIGNAL_LOST)); in isPermanentFailure()