Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +0 −5 Original line number Diff line number Diff line Loading @@ -1487,11 +1487,6 @@ public class DcTracker extends Handler { if (DBG) log("trySetupData: X retValue=" + retValue); return retValue; } else { if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_DEFAULT) && apnContext.isConnectable()) { mPhone.notifyDataConnectionFailed(apnContext.getApnType()); } StringBuilder str = new StringBuilder(); str.append("trySetupData failed. apnContext = [type=" + apnContext.getApnType() Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +0 −5 Original line number Diff line number Diff line Loading @@ -1487,11 +1487,6 @@ public class DcTracker extends Handler { if (DBG) log("trySetupData: X retValue=" + retValue); return retValue; } else { if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_DEFAULT) && apnContext.isConnectable()) { mPhone.notifyDataConnectionFailed(apnContext.getApnType()); } StringBuilder str = new StringBuilder(); str.append("trySetupData failed. apnContext = [type=" + apnContext.getApnType() Loading