Searched refs:taskKey (Results 1 – 2 of 2) sorted by relevance
200 public boolean startActivityFromRecents(Task.TaskKey taskKey, ActivityOptions options) { in startActivityFromRecents() argument201 return startActivityFromRecents(taskKey.id, options); in startActivityFromRecents()
297 public static Task from(TaskKey taskKey, TaskInfo taskInfo, boolean isLocked) { in from() argument306 return new Task(taskKey, in from()