Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalService.java58 public static Context sServiceContext = null; field in LocalService
145 if (sServiceContext == null) { in onStart()
146 sServiceContext = this; in onStart()
159 if (sServiceContext == null) { in onBind()
160 sServiceContext = this; in onBind()