Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcFailCause.java75 PROTOCOL_ERRORS(0x6F), /* no retry */ enumConstant
212 add(PROTOCOL_ERRORS); in isPermanentFailure()
237 (this == PROTOCOL_ERRORS) || (this == SIGNAL_LOST) || in isEventLoggable()