Home
last modified time | relevance | path

Searched refs:SipService (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java64 public final class SipService extends ISipService.Stub { class
106 ServiceManager.addService("sip", new SipService(context)); in start()
113 private SipService(Context context) { in SipService() method in SipService
578 synchronized (SipService.this) { in onRinging()
654 synchronized (SipService.this) { in start()
687 synchronized (SipService.this) { in stop()
702 synchronized (SipService.this) { in restart()
724 synchronized (SipService.this) { in onResponse()
781 synchronized (SipService.this) { in restartLater()
864 synchronized (SipService.this) { in onResponse()
[all …]
DSipWakeupTimer.java38 private static final boolean DBG = SipService.DBG && false; // STOPSHIP if true
DSipSessionGroup.java240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString())); in close()
/frameworks/base/config/
Dpreloaded-classes5556 com.android.server.sip.SipService
Dboot-image-profile.txt25462 HSPLcom/android/server/sip/SipService;-><init>(Landroid/content/Context;)V
25463 HSPLcom/android/server/sip/SipService;->start(Landroid/content/Context;)V
38580 Lcom/android/server/sip/SipService;