Loading src/java/com/android/internal/telephony/ProxyController.java +2 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,8 @@ public class ProxyController { Phone activePhone = mProxyPhones[phoneId].getActivePhone(); return ((PhoneBase) activePhone).mDcTracker.isDisconnected(); } else { return false; // if we can't find a phone for the given subId, it is disconnected. return true; } } Loading src/java/com/android/internal/telephony/SubscriptionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1254,7 +1254,7 @@ public class SubscriptionController extends ISub.Stub { for (int i = 0; i < numSubs; i++) { dummyValues[i] = SubscriptionManager.DUMMY_SUBSCRIPTION_ID_BASE - slotIdx; } if (DBG) { if (VDBG) { logd("getDummySubIds: slotIdx=" + slotIdx + " return " + numSubs + " DummySubIds with each subId=" + dummyValues[0]); } Loading Loading
src/java/com/android/internal/telephony/ProxyController.java +2 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,8 @@ public class ProxyController { Phone activePhone = mProxyPhones[phoneId].getActivePhone(); return ((PhoneBase) activePhone).mDcTracker.isDisconnected(); } else { return false; // if we can't find a phone for the given subId, it is disconnected. return true; } } Loading
src/java/com/android/internal/telephony/SubscriptionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1254,7 +1254,7 @@ public class SubscriptionController extends ISub.Stub { for (int i = 0; i < numSubs; i++) { dummyValues[i] = SubscriptionManager.DUMMY_SUBSCRIPTION_ID_BASE - slotIdx; } if (DBG) { if (VDBG) { logd("getDummySubIds: slotIdx=" + slotIdx + " return " + numSubs + " DummySubIds with each subId=" + dummyValues[0]); } Loading