Searched refs:mTaskKeys (Results 1 – 3 of 3) sorted by relevance
13 ArrayList<Task.TaskKey> mTaskKeys = new ArrayList<Task.TaskKey>(); field in TaskGrouping23 mTaskKeys.add(t.key); in addTask()33 mTaskKeys.remove(t.key); in removeTask()35 int taskCount = mTaskKeys.size(); in removeTask()37 long lastActiveTime = mTaskKeys.get(i).lastActiveTime; in removeTask()50 return mTaskKeys.get(i + 1); in getNextTaskInGroup()59 return mTaskKeys.get(i - 1); in getPrevTaskInGroup()87 public int getTaskCount() { return mTaskKeys.size(); } in getTaskCount()91 if (mTaskKeys.isEmpty()) { in updateTaskIndices()97 mFrontMostTaskKey = mTaskKeys.get(mTaskKeys.size() - 1); in updateTaskIndices()[all …]
32 HashMap<Integer, Task.TaskKey> mTaskKeys = new HashMap<Integer, Task.TaskKey>(); field in KeyStoreLruCache41 mTaskKeys.remove(taskId); in KeyStoreLruCache()55 Task.TaskKey lastKey = mTaskKeys.get(key.id); in getAndInvalidateIfModified()70 mTaskKeys.put(key.id, key); in put()76 mTaskKeys.remove(key.id); in remove()82 mTaskKeys.clear(); in evictAll()
422 Collections.sort(group.mTaskKeys, new Comparator<Task.TaskKey>() { in createAffiliatedGroupings()428 ArrayList<Task.TaskKey> groupTasks = group.mTaskKeys; in createAffiliatedGroupings()464 int affiliationColor = tasksMap.get(group.mTaskKeys.get(0)).taskAffiliationColor; in createAffiliatedGroupings()468 Task t = tasksMap.get(group.mTaskKeys.get(j)); in createAffiliatedGroupings()