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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java50 public class SipPhone extends SipPhoneBase { class in inherits:SipPhoneBase
51 private static final String LOG_TAG = "SipPhone";
70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { method in class:SipPhone
73 if (DBG) log("new SipPhone: " + hidePii(profile.getUriString()));
84 if (!(o instanceof SipPhone)) return false;
85 SipPhone that = (SipPhone) o;
93 public boolean equals(SipPhone phone) {
101 synchronized (SipPhone.class) {
152 synchronized (SipPhone
[all...]

Completed in 2676 milliseconds