Searched refs:taskDescription (Results 1 – 4 of 4) sorted by relevance
83 assertNull(taskList.get(0).taskDescription.getLabel()); in loadTasksInBackground_onlyKeys_noValidTaskDescription()88 String taskDescription = "Wheeee!"; in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() local90 recentTaskInfo.taskDescription = new ActivityManager.TaskDescription(taskDescription); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()97 assertEquals(taskDescription, taskList.get(0).taskDescription.getLabel()); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
302 return (target != null && target.taskInfo.taskDescription != null) in getDefaultBackgroundColor()303 ? target.taskInfo.taskDescription.getBackgroundColor() in getDefaultBackgroundColor()
146 TaskDescription desc = task.taskDescription; in getCacheEntry()187 activityInfo, task.key.userId, task.taskDescription); in getCacheEntry()
501 public void setTaskDescription(ActivityManager.TaskDescription taskDescription) { in setTaskDescription() argument502 taskDescription.setIcon(Icon.createWithResource(this, R.drawable.ic_launcher_settings)); in setTaskDescription()503 super.setTaskDescription(taskDescription); in setTaskDescription()