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.java60 SystemServicesProxy mSystemServicesProxy; field in class:RecentsTaskLoadPlan
71 mSystemServicesProxy = ssp;
78 mRawTasks = mSystemServicesProxy.getRecentTasks(mConfig.maxNumTasksToLoad,
122 mSystemServicesProxy, infoHandle);
124 mSystemServicesProxy, res, infoHandle, false);
144 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, false);
200 mSystemServicesProxy, res, infoHandle, true);
207 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy,
H A DRecentsTaskLoader.java105 SystemServicesProxy mSystemServicesProxy; field in class:TaskResourceLoader
136 mSystemServicesProxy = new SystemServicesProxy(context);
147 mSystemServicesProxy = null;
172 SystemServicesProxy ssp = mSystemServicesProxy;
271 SystemServicesProxy mSystemServicesProxy; field in class:RecentsTaskLoader
308 mSystemServicesProxy = new SystemServicesProxy(context);
333 return mSystemServicesProxy;
444 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DAlternateRecentsComponent.java156 SystemServicesProxy mSystemServicesProxy; field in class:AlternateRecentsComponent
186 mSystemServicesProxy = new SystemServicesProxy(context);
192 mSystemServicesProxy.registerTaskStackListener(mTaskStackListener);
197 if (mSystemServicesProxy.isForegroundUserOwner()) {
242 if (mSystemServicesProxy.isForegroundUserOwner()) {
264 if (mSystemServicesProxy.isForegroundUserOwner()) {
276 ActivityManager.RunningTaskInfo topTask = mSystemServicesProxy.getTopMostTask();
277 if (topTask != null && mSystemServicesProxy.isRecentsTopMost(topTask, null)) {
290 if (mSystemServicesProxy.isForegroundUserOwner()) {
311 if (mSystemServicesProxy
[all...]

Completed in 66 milliseconds