Loading src/java/com/android/internal/telephony/PhoneSwitcher.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1110,6 +1110,8 @@ public class PhoneSwitcher extends Handler { @VisibleForTesting @VisibleForTesting protected boolean isPhoneActive(int phoneId) { protected boolean isPhoneActive(int phoneId) { if (phoneId >= mActiveModemCount) return false; return mPhoneStates[phoneId].active; return mPhoneStates[phoneId].active; } } Loading Loading
src/java/com/android/internal/telephony/PhoneSwitcher.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1110,6 +1110,8 @@ public class PhoneSwitcher extends Handler { @VisibleForTesting @VisibleForTesting protected boolean isPhoneActive(int phoneId) { protected boolean isPhoneActive(int phoneId) { if (phoneId >= mActiveModemCount) return false; return mPhoneStates[phoneId].active; return mPhoneStates[phoneId].active; } } Loading