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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java56 public static class TaskKey { class in class:Task
72 public TaskKey(int id, int stackId, Intent intent, int userId, long firstActiveTime, method in class:Task.TaskKey
94 if (!(o instanceof TaskKey)) {
97 TaskKey otherKey = (TaskKey) o;
118 public TaskKey key;
198 public Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon,

Completed in 107 milliseconds