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

  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 65 import com.android.server.sip.SipService;
420 SipService.start(this);
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 68 public final class SipService extends ISipService.Stub {
69 static final String TAG = "SipService";
106 ServiceManager.addService("sip", new SipService(context));
112 private SipService(Context context) {
134 synchronized (SipService.this) {
602 synchronized (SipService.this) {
676 // All methods will be invoked in sync with SipService.this.
695 synchronized (SipService.this) {
779 synchronized (SipService.this) {
825 synchronized (SipService.this)
    [all...]

Completed in 124 milliseconds