Searched refs:mActiveModemCount (Results 1 – 3 of 3) sorted by relevance
101 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 …]
191 protected int mActiveModemCount; field in PhoneSwitcher346 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 …]
111 private int mActiveModemCount = 2; field in PhoneSwitcherTest902 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()