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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java110 SIGNAL_LOST(-3), /* no retry */ enum constant in enum:DcFailCause
217 add(SIGNAL_LOST);
237 (this == PROTOCOL_ERRORS) || (this == SIGNAL_LOST) ||
H A DDcTracker.java1851 (mAttached.get() == false || dcFailCause != DcFailCause.SIGNAL_LOST));

Completed in 46 milliseconds