Searched defs:SipService (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java63 public final class SipService extends ISipService.Stub { class in inherits:ISipService.Stub
64 static final String TAG = "SipService";
105 ServiceManager.addService("sip", new SipService(context));
112 private SipService(Context context) { method in class:SipService
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
[all...]

Completed in 87 milliseconds