Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java225 final int processUser = sSystemServicesProxy.getProcessUser(); in start() local
226 if (sSystemServicesProxy.isSystemUser(processUser)) { in start()
595 int processUser = ssp.getProcessUser(); in onBusEvent() local
596 if (ssp.isSystemUser(processUser)) { in onBusEvent()
616 int processUser = sSystemServicesProxy.getProcessUser(); in onBusEvent() local
617 if (sSystemServicesProxy.isSystemUser(processUser)) { in onBusEvent()
634 int processUser = sSystemServicesProxy.getProcessUser(); in onBusEvent() local
635 if (!sSystemServicesProxy.isSystemUser(processUser)) { in onBusEvent()
650 int processUser = sSystemServicesProxy.getProcessUser(); in onBusEvent() local
651 if (!sSystemServicesProxy.isSystemUser(processUser)) { in onBusEvent()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipUI.java50 final int processUser = SystemServicesProxy.getInstance(mContext).getProcessUser(); in start() local
51 if (!SystemServicesProxy.getInstance(mContext).isSystemUser(processUser)) { in start()