Searched refs:sServiceContext (Results 1 – 2 of 2) sorted by relevance
52 public static Context sServiceContext = null; field in LocalService110 if (sServiceContext == null) { in onStart()111 sServiceContext = this; in onStart()124 if (sServiceContext == null) { in onBind()125 sServiceContext = this; in onBind()
90 if (LocalService.sServiceContext != null) { in doBindService()91 context = LocalService.sServiceContext; in doBindService()