Searched refs:mImsPhones (Results 1 – 1 of 1) sorted by relevance
85 private final ImsPhone[] mImsPhones; field in VendorPhoneSwitcher108 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()