Searched refs:mPhones (Results 1 – 3 of 3) sorted by relevance
62 private Phone[] mPhones; field in ProxyController122 mPhones = phone; in ProxyController()127 mUiccPhoneBookController = new UiccPhoneBookController(mPhones); in ProxyController()128 mPhoneSubInfoController = new PhoneSubInfoController(mContext, mPhones); in ProxyController()130 mSetRadioAccessFamilyStatus = new int[mPhones.length]; in ProxyController()131 mNewRadioAccessFamily = new int[mPhones.length]; in ProxyController()132 mOldRadioAccessFamily = new int[mPhones.length]; in ProxyController()133 mCurrentLogicalModemIds = new String[mPhones.length]; in ProxyController()134 mNewLogicalModemIds = new String[mPhones.length]; in ProxyController()143 for (int i = 0; i < mPhones.length; i++) { in ProxyController()[all …]
93 private final ArrayList<Phone> mPhones; field in CallManager190 mPhones = new ArrayList<Phone>(); in CallManager()210 return Collections.unmodifiableList(mPhones); in getAllPhones()219 for (Phone phone : mPhones) { in getPhone()238 for (Phone phone : mPhones) { in getState()257 for (Phone phone : mPhones) { in getState()282 for (Phone phone : mPhones) { in getServiceState()310 for (Phone phone : mPhones) { in getServiceState()369 if (phone != null && !mPhones.contains(phone)) { in registerPhone()376 if (mPhones.isEmpty()) { in registerPhone()[all …]
72 private final Phone[] mPhones; field in PhoneSwitcher95 mPhones = null; in PhoneSwitcher()107 mPhones = phones; in PhoneSwitcher()119 if (mPhones[i] != null) { in PhoneSwitcher()120 mPhones[i].registerForEmergencyCallToggle(this, EVENT_EMERGENCY_TOGGLE, null); in PhoneSwitcher()207 for (Phone p : mPhones) { in isEmergency()