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

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

Completed in 206 milliseconds