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

  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 61 public final class SipService extends ISipService.Stub {
62 static final String TAG = "SipService";
100 ServiceManager.addService("sip", new SipService(context));
106 private SipService(Context context) {
107 if (DBG) log("SipService: started!");
550 synchronized (SipService.this) {
626 synchronized (SipService.this) {
659 synchronized (SipService.this) {
674 synchronized (SipService.this) {
696 synchronized (SipService.this)
    [all...]
SipWakeupTimer.java 38 private static final boolean DBG = SipService.DBG && true; // STOPSHIP if true
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 73 import com.android.server.sip.SipService;
267 SipService.start(getApplicationContext());
    [all...]

Completed in 70 milliseconds