Searched refs:mActiveModemCount (Results 1 – 3 of 3) sorted by relevance
224 protected int mActiveModemCount; field in PhoneSwitcher464 for (int i = 0; i < mActiveModemCount; i++) { in registerForImsRadioTechChange()486 mActiveModemCount = getTm().getActiveModemCount(); in PhoneSwitcher()487 mPhoneSubscriptions = new int[mActiveModemCount]; in PhoneSwitcher()488 mPhoneStates = new PhoneState[mActiveModemCount]; in PhoneSwitcher()503 for (int phoneId = 0; phoneId < mActiveModemCount; phoneId++) { in PhoneSwitcher()549 if (mActiveModemCount > 0) { in PhoneSwitcher()786 for (int i = 0; i < mActiveModemCount; i++) { in handleMessage()840 if (mActiveModemCount <= phoneId) { in handleMessage()965 if (mActiveModemCount == activeModemCount) return; in onMultiSimConfigChanged()[all …]
161 private int mActiveModemCount; field in MultiSimSettingController240 mActiveModemCount = telephonyManager.getActiveModemCount(); in MultiSimSettingController()356 for (int phoneId = 0; phoneId < mActiveModemCount; phoneId++) { in handleMessage()491 mActiveModemCount = activeModems; in onMultiSimConfigChanged()492 log("onMultiSimConfigChanged: current ActiveModemCount=" + mActiveModemCount); in onMultiSimConfigChanged()651 && (change != PRIMARY_SUB_REMOVED || mActiveModemCount == 1); in updateDefaults()1246 for (int phoneId = 0; phoneId < mActiveModemCount; phoneId++) { in isRadioAvailableOnAllSubs()
151 private int mActiveModemCount = 2; field in PhoneSwitcherTest1585 mActiveModemCount = 1; in testMultiSimConfigChange()1694 mActiveModemCount = 2; in testRetry_DDS_switch_Failure()2018 for (int i = 0; i < mActiveModemCount; i++) { in setMsimDefaultDataSubId()2023 for (int i = 0; i < mActiveModemCount; i++) { in setMsimDefaultDataSubId()2042 setNumPhones(mActiveModemCount, mSupportedModemCount); in initialize()