Searched refs:mPhones (Results 1 – 3 of 3) sorted by relevance
66 private Phone[] mPhones; field in ProxyController126 mPhones = phone; in ProxyController()131 mUiccPhoneBookController = new UiccPhoneBookController(mPhones); in ProxyController()132 mPhoneSubInfoController = new PhoneSubInfoController(mContext, mPhones); in ProxyController()133 mUiccSmsController = new UiccSmsController(mPhones); in ProxyController()134 mSetRadioAccessFamilyStatus = new int[mPhones.length]; in ProxyController()135 mNewRadioAccessFamily = new int[mPhones.length]; in ProxyController()136 mOldRadioAccessFamily = new int[mPhones.length]; in ProxyController()137 mCurrentLogicalModemIds = new String[mPhones.length]; in ProxyController()138 mNewLogicalModemIds = new String[mPhones.length]; 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 …]
75 private final Phone[] mPhones; field in PhoneSwitcher98 mPhones = null; in PhoneSwitcher()110 mPhones = phones; in PhoneSwitcher()122 if (mPhones[i] != null) { in PhoneSwitcher()123 mPhones[i].registerForEmergencyCallToggle(this, EVENT_EMERGENCY_TOGGLE, null); in PhoneSwitcher()210 for (Phone p : mPhones) { in isEmergency()