Loading src/java/com/android/internal/telephony/dataconnection/DcFailCause.java +2 −2 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public enum DcFailCause { // specified in ril.h REGISTRATION_FAIL(-1), GPRS_REGISTRATION_FAIL(-2), SIGNAL_LOST(-3), /* no retry */ SIGNAL_LOST(-3), PREF_RADIO_TECH_CHANGED(-4), /* no retry */ RADIO_POWER_OFF(-5), /* no retry */ TETHERED_CALL_ACTIVE(-6), /* no retry */ Loading Loading @@ -90,7 +90,7 @@ public enum DcFailCause { (this == ACTIVATION_REJECT_GGSN) || (this == SERVICE_OPTION_NOT_SUPPORTED) || (this == SERVICE_OPTION_NOT_SUBSCRIBED) || (this == NSAPI_IN_USE) || (this == ONLY_IPV4_ALLOWED) || (this == ONLY_IPV6_ALLOWED) || (this == PROTOCOL_ERRORS) || (this == SIGNAL_LOST) || (this == PROTOCOL_ERRORS) || (this == RADIO_POWER_OFF) || (this == TETHERED_CALL_ACTIVE) || (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER); } Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcFailCause.java +2 −2 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ public enum DcFailCause { // specified in ril.h REGISTRATION_FAIL(-1), GPRS_REGISTRATION_FAIL(-2), SIGNAL_LOST(-3), /* no retry */ SIGNAL_LOST(-3), PREF_RADIO_TECH_CHANGED(-4), /* no retry */ RADIO_POWER_OFF(-5), /* no retry */ TETHERED_CALL_ACTIVE(-6), /* no retry */ Loading Loading @@ -90,7 +90,7 @@ public enum DcFailCause { (this == ACTIVATION_REJECT_GGSN) || (this == SERVICE_OPTION_NOT_SUPPORTED) || (this == SERVICE_OPTION_NOT_SUBSCRIBED) || (this == NSAPI_IN_USE) || (this == ONLY_IPV4_ALLOWED) || (this == ONLY_IPV6_ALLOWED) || (this == PROTOCOL_ERRORS) || (this == SIGNAL_LOST) || (this == PROTOCOL_ERRORS) || (this == RADIO_POWER_OFF) || (this == TETHERED_CALL_ACTIVE) || (this == RADIO_NOT_AVAILABLE) || (this == UNACCEPTABLE_NETWORK_PARAMETER); } Loading