Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java85 private final ImsPhone[] mImsPhones; field in VendorPhoneSwitcher
108 mImsPhones = new ImsPhone[mActiveModemCount]; in VendorPhoneSwitcher()
122 mImsPhones[i] = (ImsPhone)PhoneFactory.getPhone(i).getImsPhone(); in VendorPhoneSwitcher()
123 if (mImsPhones[i] != null) { in VendorPhoneSwitcher()
124 mFgImsCalls[i] = mImsPhones[i].getForegroundCall(); in VendorPhoneSwitcher()
125 mBgImsCalls[i] = mImsPhones[i].getBackgroundCall(); in VendorPhoneSwitcher()
126 mRiImsCalls[i] = mImsPhones[i].getRingingCall(); in VendorPhoneSwitcher()