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.java102 private static SystemServicesProxy sSystemServicesProxy; field in Recents
133 sSystemServicesProxy.getProcessUser());
154 sSystemServicesProxy.getProcessUser());
191 return sSystemServicesProxy; in getSystemServices()
205 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in start()
221 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()
227 final int processUser = sSystemServicesProxy.getProcessUser(); in start()
228 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()
267 int currentUser = sSystemServicesProxy.getCurrentUser(); in showRecentApps()
268 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
366 if (sSystemServicesProxy == null) { in getInstance()
367 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()
369 return sSystemServicesProxy; in getInstance()