HomeSort by relevance Sort by last modified time
    Searched refs:sSystemServicesProxy (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 102 private static SystemServicesProxy sSystemServicesProxy;
133 sSystemServicesProxy.getProcessUser());
154 sSystemServicesProxy.getProcessUser());
191 return sSystemServicesProxy;
205 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext);
221 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY);
227 final int processUser = sSystemServicesProxy.getProcessUser();
228 if (sSystemServicesProxy.isSystemUser(processUser)) {
267 int currentUser = sSystemServicesProxy.getCurrentUser();
268 if (sSystemServicesProxy.isSystemUser(currentUser))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 127 private static SystemServicesProxy sSystemServicesProxy;
366 if (sSystemServicesProxy == null) {
367 sSystemServicesProxy = new SystemServicesProxy(context);
369 return sSystemServicesProxy;
    [all...]

Completed in 72 milliseconds