Loading telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -1150,10 +1150,8 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { // No try for permanent failure // No try for permanent failure if (cause.isPermanentFail()) { if (cause.isPermanentFail()) { notifyNoData(cause); notifyNoData(cause); if (!mRequestedApnType.equals(Phone.APN_TYPE_DEFAULT)) { notifyDataConnection(Phone.REASON_APN_FAILED); notifyDataConnection(Phone.REASON_APN_FAILED); onEnableApn(apnTypeToId(mRequestedApnType), DISABLED); onEnableApn(apnTypeToId(mRequestedApnType), DISABLED); } return; return; } } Loading Loading
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -1150,10 +1150,8 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker { // No try for permanent failure // No try for permanent failure if (cause.isPermanentFail()) { if (cause.isPermanentFail()) { notifyNoData(cause); notifyNoData(cause); if (!mRequestedApnType.equals(Phone.APN_TYPE_DEFAULT)) { notifyDataConnection(Phone.REASON_APN_FAILED); notifyDataConnection(Phone.REASON_APN_FAILED); onEnableApn(apnTypeToId(mRequestedApnType), DISABLED); onEnableApn(apnTypeToId(mRequestedApnType), DISABLED); } return; return; } } Loading