HomeSort by relevance Sort by last modified time
    Searched defs:SipPhone (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 50 public class SipPhone extends SipPhoneBase {
51 private static final String LOG_TAG = "SipPhone";
70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) {
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.class)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 128 milliseconds