Loading src/java/com/android/internal/telephony/dataconnection/DcTrackerBase.java +7 −0 Original line number Diff line number Diff line Loading @@ -941,6 +941,13 @@ public abstract class DcTrackerBase extends Handler { } case DctConstants.CMD_IS_PROVISIONING_APN: { if (DBG) log("CMD_IS_PROVISIONING_APN"); ApnContext apnContext = mApnContexts.get(PhoneConstants.APN_TYPE_DEFAULT); if (apnContext.getState() == State.DISCONNECTING){ log("CMD_IS_PROVISIONING_APN: APN default is DISCONNECTING"); break; } boolean isProvApn; try { String apnType = null; Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTrackerBase.java +7 −0 Original line number Diff line number Diff line Loading @@ -941,6 +941,13 @@ public abstract class DcTrackerBase extends Handler { } case DctConstants.CMD_IS_PROVISIONING_APN: { if (DBG) log("CMD_IS_PROVISIONING_APN"); ApnContext apnContext = mApnContexts.get(PhoneConstants.APN_TYPE_DEFAULT); if (apnContext.getState() == State.DISCONNECTING){ log("CMD_IS_PROVISIONING_APN: APN default is DISCONNECTING"); break; } boolean isProvApn; try { String apnType = null; Loading