Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java93 private static SystemServicesProxy sSystemServicesProxy; field in LegacyRecentsImpl
120 sSystemServicesProxy.getProcessUser());
141 sSystemServicesProxy.getProcessUser());
178 return sSystemServicesProxy; in getSystemServices()
199 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in onStart()
212 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in onStart()
218 final int processUser = sSystemServicesProxy.getProcessUser(); in onStart()
219 if (sSystemServicesProxy.isSystemUser(processUser)) { in onStart()
248 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps()
249 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()
[all …]
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java91 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy
175 if (sSystemServicesProxy == null) { in getInstance()
176 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()
178 return sSystemServicesProxy; in getInstance()