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