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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsPackageMonitor.java40 SystemServicesProxy mSystemServicesProxy; field in class:RecentsPackageMonitor
44 mSystemServicesProxy = new SystemServicesProxy(context);
63 mSystemServicesProxy = null;
111 if (mSystemServicesProxy.getActivityInfo(cn, userId) != null) {
H A DRecentsTaskLoadPlan.java63 SystemServicesProxy mSystemServicesProxy; field in class:RecentsTaskLoadPlan
74 mSystemServicesProxy = ssp;
81 mRawTasks = mSystemServicesProxy.getRecentTasks(mConfig.maxNumTasksToLoad,
100 Rect displayBounds = mSystemServicesProxy.getWindowRect();
128 mSystemServicesProxy, infoHandle);
130 activityLabel, mSystemServicesProxy, res);
132 mSystemServicesProxy, res, infoHandle, false);
152 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, false);
175 SparseArray<ActivityManager.StackInfo> stackInfos = mSystemServicesProxy.getAllStackInfos();
239 t.taskDescription, mSystemServicesProxy, re
[all...]
H A DRecentsTaskLoader.java92 SystemServicesProxy mSystemServicesProxy; field in class:TaskResourceLoader
123 mSystemServicesProxy = new SystemServicesProxy(context);
134 mSystemServicesProxy = null;
159 SystemServicesProxy ssp = mSystemServicesProxy;
258 SystemServicesProxy mSystemServicesProxy; field in class:RecentsTaskLoader
296 mSystemServicesProxy = new SystemServicesProxy(context);
322 return mSystemServicesProxy;
462 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java169 SystemServicesProxy mSystemServicesProxy; field in class:Recents
236 mSystemServicesProxy = new SystemServicesProxy(mContext);
243 mSystemServicesProxy.registerTaskStackListener(mTaskStackListener);
248 if (mSystemServicesProxy.isForegroundUserOwner()) {
284 if (mSystemServicesProxy.isForegroundUserOwner()) {
308 if (mSystemServicesProxy.isForegroundUserOwner()) {
334 if (mSystemServicesProxy.isForegroundUserOwner()) {
357 if (mSystemServicesProxy.isForegroundUserOwner()) {
369 ActivityManager.RunningTaskInfo topTask = mSystemServicesProxy.getTopMostTask();
373 if (topTask != null && !mSystemServicesProxy
[all...]

Completed in 60 milliseconds