HomeSort by relevance Sort by last modified time
    Searched refs:defaultPhone (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneFactory.java 38 PhoneNotifier phoneNotifier, Phone defaultPhone) {
41 return new ImsPhone(context, phoneNotifier, defaultPhone);
ImsPhone.java 244 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
245 this(context, notifier, defaultPhone, false);
249 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone,
253 mDefaultPhone = defaultPhone;
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DefaultAppSettingsTest.java 81 final DefaultPhonePreferenceController defaultPhone =
87 summaryProvider, "mDefaultPhonePreferenceController", defaultPhone);
92 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
99 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
105 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
111 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
118 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
124 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
130 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
137 when(defaultPhone.getDefaultAppLabel()).thenReturn(null)
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 531 final Phone defaultPhone = mPhoneFactoryProxy.getDefaultPhone();
532 final IccCard icc = defaultPhone.getIccCard();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 381 public static Phone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) {
382 return ImsPhoneFactory.makePhone(sContext, phoneNotifier, defaultPhone);
CallManager.java 549 Phone defaultPhone = getDefaultPhone();
550 return ((defaultPhone == null) ? null : defaultPhone.getContext());
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 187 milliseconds