Searched refs:defaultPhone (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneFactory.java | 38 PhoneNotifier phoneNotifier, Phone defaultPhone) { in makePhone() argument 41 return new ImsPhone(context, phoneNotifier, defaultPhone); in makePhone()
|
D | ImsPhone.java | 399 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() argument 400 this(context, notifier, defaultPhone, false); in ImsPhone() 404 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() argument 408 mDefaultPhone = defaultPhone; in ImsPhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 456 public static Phone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) { in makeImsPhone() argument 457 return ImsPhoneFactory.makePhone(sContext, phoneNotifier, defaultPhone); in makeImsPhone()
|
D | CallManager.java | 534 Phone defaultPhone = getDefaultPhone(); in getContext() local 535 return ((defaultPhone == null) ? null : defaultPhone.getContext()); in getContext()
|