Searched defs:SystemServicesProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java111 public class SystemServicesProxy { class
112 final static String TAG = "SystemServicesProxy";
127 private static SystemServicesProxy sSystemServicesProxy;
197 int currentUserId = SystemServicesProxy.getInstance(context).getCurrentUser();
216 private final List<SystemServicesProxy.TaskStackListener> mTmpListeners = new ArrayList<>();
305 private SystemServicesProxy(Context context) { method in class:SystemServicesProxy
345 // Since SystemServicesProxy can be accessed from a per-SysUI process component, create a
362 * Returns the single instance of the {@link SystemServicesProxy}.
365 public static synchronized SystemServicesProxy getInstance(Context context) {
367 sSystemServicesProxy = new SystemServicesProxy(contex
[all...]

Completed in 950 milliseconds