HomeSort by relevance Sort by last modified time
    Searched refs:defaultPhone (Results 1 - 9 of 9) 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 188 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
189 this(context, notifier, defaultPhone, false);
193 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone,
197 mDefaultPhone = defaultPhone;
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 293 final Phone defaultPhone = PhoneFactory.getDefaultPhone();
294 final IccCard icc = defaultPhone.getIccCard();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 328 public static Phone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) {
329 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 

Completed in 376 milliseconds