Searched defs:mPhones (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSwitcher.java72 private final Phone[] mPhones; field in class:PhoneSwitcher
95 mPhones = null;
107 mPhones = phones;
119 if (mPhones[i] != null) {
120 mPhones[i].registerForEmergencyCallToggle(this, EVENT_EMERGENCY_TOGGLE, null);
207 for (Phone p : mPhones) {
H A DProxyController.java66 private Phone[] mPhones; field in class:ProxyController
126 mPhones = phone;
131 mUiccPhoneBookController = new UiccPhoneBookController(mPhones);
132 mPhoneSubInfoController = new PhoneSubInfoController(mContext, mPhones);
133 mUiccSmsController = new UiccSmsController(mPhones);
134 mSetRadioAccessFamilyStatus = new int[mPhones.length];
135 mNewRadioAccessFamily = new int[mPhones.length];
136 mOldRadioAccessFamily = new int[mPhones.length];
137 mCurrentLogicalModemIds = new String[mPhones.length];
138 mNewLogicalModemIds = new String[mPhones
[all...]
H A DCallManager.java93 private final ArrayList<Phone> mPhones; field in class:CallManager
190 mPhones = new ArrayList<Phone>();
210 return Collections.unmodifiableList(mPhones);
219 for (Phone phone : mPhones) {
238 for (Phone phone : mPhones) {
257 for (Phone phone : mPhones) {
282 for (Phone phone : mPhones) {
310 for (Phone phone : mPhones) {
369 if (phone != null && !mPhones.contains(phone)) {
376 if (mPhones
[all...]

Completed in 103 milliseconds