Searched refs:SipService (Results 1 – 5 of 5) sorted by relevance
64 public final class SipService extends ISipService.Stub { class106 ServiceManager.addService("sip", new SipService(context)); in start()113 private SipService(Context context) { in SipService() method in SipService578 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 …]
38 private static final boolean DBG = SipService.DBG && false; // STOPSHIP if true
240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString())); in close()
5556 com.android.server.sip.SipService
25462 HSPLcom/android/server/sip/SipService;-><init>(Landroid/content/Context;)V25463 HSPLcom/android/server/sip/SipService;->start(Landroid/content/Context;)V38580 Lcom/android/server/sip/SipService;