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

  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 63 public final class SipService extends ISipService.Stub {
64 static final String TAG = "SipService";
105 ServiceManager.addService("sip", new SipService(context));
112 private SipService(Context context) {
113 if (DBG) log("SipService: started!");
576 synchronized (SipService.this) {
652 synchronized (SipService.this) {
685 synchronized (SipService.this) {
700 synchronized (SipService.this) {
722 synchronized (SipService.this)
    [all...]
SipWakeupTimer.java 38 private static final boolean DBG = SipService.DBG && false; // STOPSHIP if true
SipSessionGroup.java 240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString()));
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipUtil.java 37 import com.android.server.sip.SipService;
186 * Migrates the DB files over from CE->DE storage and starts the SipService.
193 SipService.start(phoneGlobalsContext);

Completed in 113 milliseconds