Searched refs:mTaskColorMap (Results 1 – 1 of 1) sorted by relevance
29 private static Map<Integer, Integer> mTaskColorMap = new HashMap<>(); field in ColorManager74 if (mTaskColorMap.containsKey(taskPersistentId)) { in getColorForTask()75 return mTaskColorMap.get(taskPersistentId); in getColorForTask()78 mTaskColorMap.put(taskPersistentId, newColor); in getColorForTask()