Searched refs:makePhone (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneFactory.java37 public static ImsPhone makePhone(Context context, method in class:ImsPhoneFactory
43 Rlog.e("VoltePhoneFactory", "makePhone", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java39 public static SipPhone makePhone(String sipUri, Context context, method in class:SipPhoneFactory
45 Rlog.w("SipPhoneFactory", "makePhone", e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneFactoryTest.java46 mImsPhoneUT = ImsPhoneFactory.makePhone(mContext, mPhoneNotifer, mPhone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java284 return SipPhoneFactory.makePhone(sipUri, sContext, sPhoneNotifier);
329 return ImsPhoneFactory.makePhone(sContext, phoneNotifier, defaultPhone);

Completed in 95 milliseconds