HomeSort by relevance Sort by last modified time
    Searched defs:mPhones (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 72 private final Phone[] mPhones;
95 mPhones = null;
107 mPhones = phones;
119 if (mPhones[i] != null) {
120 mPhones[i].registerForEmergencyCallToggle(this, EVENT_EMERGENCY_TOGGLE, null);
208 for (Phone p : mPhones) {
ProxyController.java 62 private Phone[] mPhones;
122 mPhones = phone;
127 mUiccPhoneBookController = new UiccPhoneBookController(mPhones);
128 mPhoneSubInfoController = new PhoneSubInfoController(mContext, mPhones);
130 mSetRadioAccessFamilyStatus = new int[mPhones.length];
131 mNewRadioAccessFamily = new int[mPhones.length];
132 mOldRadioAccessFamily = new int[mPhones.length];
133 mCurrentLogicalModemIds = new String[mPhones.length];
134 mNewLogicalModemIds = new String[mPhones.length];
143 for (int i = 0; i < mPhones.length; i++)
    [all...]
CallManager.java 93 private final ArrayList<Phone> mPhones;
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.isEmpty())
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 214 private Phone[] mPhones;
313 mPhones = new Phone[] {mPhone};
498 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 4398 milliseconds