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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java450 String getAndUpdateActivityTitle(Task.TaskKey taskKey, ActivityManager.TaskDescription td) { argument
458 String label = mActivityLabelCache.getAndInvalidateIfModified(taskKey);
463 ActivityInfo activityInfo = getAndUpdateActivityInfo(taskKey);
465 label = ssp.getBadgedActivityLabel(activityInfo, taskKey.userId);
466 mActivityLabelCache.put(taskKey, label);
478 String getAndUpdateContentDescription(Task.TaskKey taskKey, ActivityManager.TaskDescription td, argument
483 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey);
489 ActivityInfo activityInfo = getAndUpdateActivityInfo(taskKey);
491 label = ssp.getBadgedContentDescription(activityInfo, taskKey.userId, td, res);
498 mContentDescriptionCache.put(taskKey, labe
510 getAndUpdateActivityIcon(Task.TaskKey taskKey, ActivityManager.TaskDescription td, Resources res, boolean loadIfNotCached) argument
545 getAndUpdateThumbnail(Task.TaskKey taskKey, boolean loadIfNotCached, boolean storeInCache) argument
604 getAndUpdateActivityInfo(Task.TaskKey taskKey) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java1168 public void startActivityFromRecents(Context context, Task.TaskKey taskKey, String taskName, argument
1174 if (taskKey.stackId == DOCKED_STACK_ID) {
1194 taskKey.id, finalOptions == null ? null : finalOptions.toBundle());

Completed in 25 milliseconds