OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSystemServicesProxy
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java
89
private static SystemServicesProxy
sSystemServicesProxy
;
120
sSystemServicesProxy
.getProcessUser());
141
sSystemServicesProxy
.getProcessUser());
177
return
sSystemServicesProxy
;
191
sSystemServicesProxy
= SystemServicesProxy.getInstance(mContext);
213
EventBus.getDefault().register(
sSystemServicesProxy
, EVENT_BUS_PRIORITY);
219
final int processUser =
sSystemServicesProxy
.getProcessUser();
220
if (
sSystemServicesProxy
.isSystemUser(processUser)) {
254
int currentUser =
sSystemServicesProxy
.getCurrentUser();
255
if (
sSystemServicesProxy
.isSystemUser(currentUser))
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java
114
private static SystemServicesProxy
sSystemServicesProxy
;
257
if (
sSystemServicesProxy
== null) {
258
sSystemServicesProxy
= new SystemServicesProxy(context);
260
return
sSystemServicesProxy
;
[
all
...]
Completed in 245 milliseconds