Loading src/com/android/settings/network/MobileNetworkRepository.java +5 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,11 @@ public class MobileNetworkRepository extends SubscriptionManager.OnSubscriptions } private void createTelephonyManagerBySubId(int subId) { if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) { if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID || mTelephonyCallbackMap.containsKey(subId)) { if (DEBUG) { Log.d(TAG, "createTelephonyManagerBySubId: directly return for subId = " + subId); } return; } PhoneCallStateTelephonyCallback Loading Loading
src/com/android/settings/network/MobileNetworkRepository.java +5 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,11 @@ public class MobileNetworkRepository extends SubscriptionManager.OnSubscriptions } private void createTelephonyManagerBySubId(int subId) { if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) { if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID || mTelephonyCallbackMap.containsKey(subId)) { if (DEBUG) { Log.d(TAG, "createTelephonyManagerBySubId: directly return for subId = " + subId); } return; } PhoneCallStateTelephonyCallback Loading