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 | 265 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone() argument 266 this(context, notifier, defaultPhone, false); in ImsPhone() 270 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone() argument 274 mDefaultPhone = defaultPhone; in ImsPhone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 447 public static Phone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) { in makeImsPhone() argument 448 return ImsPhoneFactory.makePhone(sContext, phoneNotifier, defaultPhone); in makeImsPhone()
|
D | CallManager.java | 537 Phone defaultPhone = getDefaultPhone(); in getContext() local 538 return ((defaultPhone == null) ? null : defaultPhone.getContext()); in getContext()
|