OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sServiceContext
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
LocalService.java
52
public static Context
sServiceContext
= null;
110
if (
sServiceContext
== null) {
111
sServiceContext
= this;
124
if (
sServiceContext
== null) {
125
sServiceContext
= this;
CommandReceiver.java
90
if (LocalService.
sServiceContext
!= null) {
91
context = LocalService.
sServiceContext
;
Completed in 88 milliseconds