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.java100 private static SystemServicesProxy sSystemServicesProxy; field in Recents
131 sSystemServicesProxy.getProcessUser());
152 sSystemServicesProxy.getProcessUser());
189 return sSystemServicesProxy; in getSystemServices()
203 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in start()
219 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()
225 final int processUser = sSystemServicesProxy.getProcessUser(); in start()
226 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()
265 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps()
266 if (sSystemServicesProxy.isSystemUser(currentUser)) { in showRecentApps()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java127 private static SystemServicesProxy sSystemServicesProxy; field in SystemServicesProxy
365 if (sSystemServicesProxy == null) { in getInstance()
366 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()
368 return sSystemServicesProxy; in getInstance()