Home | History | Annotate | Download | only in sip

Lines Matching refs:SipService

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) {
779 synchronized (SipService.this) {
862 synchronized (SipService.this) {
943 synchronized (SipService.this) {
990 synchronized (SipService.this) {
1022 synchronized (SipService.this) {
1042 synchronized (SipService.this) {
1081 synchronized (SipService.this) {
1104 synchronized (SipService.this) {
1240 HandlerThread thread = new HandlerThread("SipService.Executor");