Searched defs:SipPhone (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java49 public class SipPhone extends SipPhoneBase { class in inherits:SipPhoneBase
50 private static final String LOG_TAG = "SipPhone";
65 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { method in class:SipPhone
68 if (DBG) log("new SipPhone: " + profile.getUriString());
79 if (!(o instanceof SipPhone)) return false;
80 SipPhone that = (SipPhone) o;
88 public boolean equals(SipPhone phone) {
96 synchronized (SipPhone.class) {
147 synchronized (SipPhone
[all...]

Completed in 71 milliseconds