Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java89 private static SystemServicesProxy sSystemServicesProxy; field in Recents
120 sSystemServicesProxy.getProcessUser());
141 sSystemServicesProxy.getProcessUser());
177 return sSystemServicesProxy; in getSystemServices()
191 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in start()
213 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()
219 final int processUser = sSystemServicesProxy.getProcessUser(); in start()
220 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()
254 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecents()
255 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecents()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java114 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy
257 if (sSystemServicesProxy == null) { in getInstance()
258 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()
260 return sSystemServicesProxy; in getInstance()