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

  /frameworks/base/voip/java/com/android/server/sip/
SipWakeLock.java 25 private static final boolean DEBUGV = SipService.DEBUGV;
26 private static final String TAG = SipService.TAG;
SipService.java 69 public final class SipService extends ISipService.Stub {
70 static final String TAG = "SipService";
110 ServiceManager.addService("sip", new SipService(context));
116 private SipService(Context context) {
587 synchronized (SipService.this) {
653 synchronized (SipService.this) {
686 synchronized (SipService.this) {
700 synchronized (SipService.this) {
722 synchronized (SipService.this) {
779 synchronized (SipService.this)
    [all...]
SipWakeupTimer.java 50 private static final boolean DEBUG_TIMER = SipService.DEBUG && false;
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 63 import com.android.server.sip.SipService;
265 SipService.start(getApplicationContext());
    [all...]

Completed in 34 milliseconds