Home
last modified time | relevance | path

Searched refs:sServiceContext (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DLocalService.java52 public static Context sServiceContext = null; field in LocalService
110 if (sServiceContext == null) { in onStart()
111 sServiceContext = this; in onStart()
124 if (sServiceContext == null) { in onBind()
125 sServiceContext = this; in onBind()
DCommandReceiver.java90 if (LocalService.sServiceContext != null) { in doBindService()
91 context = LocalService.sServiceContext; in doBindService()