Home
last modified time | relevance | path

Searched refs:mActiveModemCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java101 mAllowDataFailure = new int[mActiveModemCount]; in VendorPhoneSwitcher()
102 mDdsRequestSent = new boolean[mActiveModemCount]; in VendorPhoneSwitcher()
103 mSimStates = new String[mActiveModemCount]; in VendorPhoneSwitcher()
108 mImsPhones = new ImsPhone[mActiveModemCount]; in VendorPhoneSwitcher()
109 mFgCsCalls = new GsmCdmaCall[mActiveModemCount]; in VendorPhoneSwitcher()
110 mBgCsCalls = new GsmCdmaCall[mActiveModemCount]; in VendorPhoneSwitcher()
111 mRiCsCalls = new GsmCdmaCall[mActiveModemCount]; in VendorPhoneSwitcher()
112 mFgImsCalls = new ImsPhoneCall[mActiveModemCount]; in VendorPhoneSwitcher()
113 mBgImsCalls = new ImsPhoneCall[mActiveModemCount]; in VendorPhoneSwitcher()
114 mRiImsCalls = new ImsPhoneCall[mActiveModemCount]; in VendorPhoneSwitcher()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java191 protected int mActiveModemCount; field in PhoneSwitcher
346 mActiveModemCount = getTm().getActiveModemCount(); in PhoneSwitcher()
347 mPhoneSubscriptions = new int[mActiveModemCount]; in PhoneSwitcher()
348 mPhoneStates = new PhoneState[mActiveModemCount]; in PhoneSwitcher()
357 for (int i = 0; i < mActiveModemCount; i++) { in PhoneSwitcher()
374 if (mActiveModemCount > 0) { in PhoneSwitcher()
623 if (mActiveModemCount == activeModemCount) return; in onMultiSimConfigChanged()
624 int oldActiveModemCount = mActiveModemCount; in onMultiSimConfigChanged()
625 mActiveModemCount = activeModemCount; in onMultiSimConfigChanged()
627 mPhoneSubscriptions = copyOf(mPhoneSubscriptions, mActiveModemCount); in onMultiSimConfigChanged()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java111 private int mActiveModemCount = 2; field in PhoneSwitcherTest
902 mActiveModemCount = 1; in testMultiSimConfigChange()
1073 for (int i = 0; i < mActiveModemCount; i++) { in setMsimDefaultDataSubId()
1078 for (int i = 0; i < mActiveModemCount; i++) { in setMsimDefaultDataSubId()
1095 setNumPhones(mActiveModemCount, mSupportedModemCount); in initialize()