Searched refs:mPhones (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ProxyController.java | 69 private Phone[] mPhones; field in ProxyController 128 mPhones = PhoneFactory.getPhones(); 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() 147 for (int i = 0; i < mPhones.length; i++) { in ProxyController() 148 mPhones[i].registerForRadioCapabilityChanged( in ProxyController() 161 mPhones[phoneId].registerForAllDataDisconnected(h, what); in registerForAllDataDisconnected() [all …]
|
D | PhoneConfigurationManager.java | 65 private final Phone[] mPhones; field in PhoneConfigurationManager 102 mPhones = PhoneFactory.getPhones(); in PhoneConfigurationManager() 104 for (Phone phone : mPhones) { in PhoneConfigurationManager() 108 for (Phone phone : mPhones) { in PhoneConfigurationManager() 360 for (int i = 0; i < mPhones.length; i++) { in onMultiSimConfigChanged() 361 Phone phone = mPhones[i]; in onMultiSimConfigChanged()
|
D | CallManager.java | 91 private final ArrayList<Phone> mPhones; field in CallManager 192 mPhones = new ArrayList<Phone>(); in CallManager() 214 for (Phone phone : mPhones) { in getPhone() 234 for (Phone phone : mPhones) { in getState() 254 for (Phone phone : mPhones) { in getState() 279 for (Phone phone : mPhones) { in getServiceState() 307 for (Phone phone : mPhones) { in getServiceState() 355 if (phone != null && !mPhones.contains(phone)) { in registerPhone() 362 if (mPhones.isEmpty()) { in registerPhone() 365 mPhones.add(phone); in registerPhone() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTrackerTest.java | 129 mPhones = new Phone[] {mPhone, mPhone2}; in setDsdsPhones() 130 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setDsdsPhones() 134 mPhones = new Phone[] {mPhone}; in setSinglePhone() 135 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setSinglePhone()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | MultiSimSettingControllerTest.java | 78 private Phone[] mPhones; field in MultiSimSettingControllerTest 128 mPhones = new Phone[] {mPhoneMock1, mPhoneMock2}; in setUp() 141 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setUp()
|
D | PhoneSwitcherTest.java | 1128 mPhones = new Phone[]{mPhone}; in setNumPhones() 1130 mPhones = new Phone[]{mPhone, mPhone2}; in setNumPhones() 1133 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setNumPhones()
|
D | TelephonyTest.java | 310 protected Phone[] mPhones; field in TelephonyTest 412 mPhones = new Phone[] {mPhone}; in setUp() 657 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setUp()
|