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.java57 public static Context sServiceContext = null; field in LocalService
138 if (sServiceContext == null) { in onStart()
139 sServiceContext = this; in onStart()
152 if (sServiceContext == null) { in onBind()
153 sServiceContext = this; in onBind()