Loading src/java/com/android/internal/telephony/dataconnection/DctController.java +6 −1 Original line number Diff line number Diff line Loading @@ -392,7 +392,12 @@ public class DctController extends Handler { + ", activePhoneId=" + activePhoneId); if (requestedPhoneId == INVALID_PHONE_INDEX) { // we have no network request - don't bother with this // either we have no network request // or there is no valid subscription at the moment if (activePhoneId != INVALID_PHONE_INDEX) { // detatch so we can try connecting later mDcSwitchAsyncChannel[activePhoneId].disconnectAll(); } return; } Loading Loading
src/java/com/android/internal/telephony/dataconnection/DctController.java +6 −1 Original line number Diff line number Diff line Loading @@ -392,7 +392,12 @@ public class DctController extends Handler { + ", activePhoneId=" + activePhoneId); if (requestedPhoneId == INVALID_PHONE_INDEX) { // we have no network request - don't bother with this // either we have no network request // or there is no valid subscription at the moment if (activePhoneId != INVALID_PHONE_INDEX) { // detatch so we can try connecting later mDcSwitchAsyncChannel[activePhoneId].disconnectAll(); } return; } Loading