Loading src/java/com/android/internal/telephony/dataconnection/DcFailCause.java +8 −7 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ public enum DcFailCause { (this == ONLY_IPV4_ALLOWED) || (this == ONLY_IPV6_ALLOWED) || (this == PROTOCOL_ERRORS) || (this == RADIO_POWER_OFF) || (this == TETHERED_CALL_ACTIVE) || (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER); (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER) || (this == SIGNAL_LOST); } public boolean isEventLoggable() { Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcFailCause.java +8 −7 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ public enum DcFailCause { (this == ONLY_IPV4_ALLOWED) || (this == ONLY_IPV6_ALLOWED) || (this == PROTOCOL_ERRORS) || (this == RADIO_POWER_OFF) || (this == TETHERED_CALL_ACTIVE) || (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER); (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER) || (this == SIGNAL_LOST); } public boolean isEventLoggable() { Loading