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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java57 public static class TaskKey { class in class:Task
73 public TaskKey(int id, int stackId, Intent intent, int userId, long firstActiveTime, method in class:Task.TaskKey
95 if (!(o instanceof TaskKey)) {
98 TaskKey otherKey = (TaskKey) o;
119 public TaskKey key;
202 public Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon,

Completed in 45 milliseconds