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