Searched defs:Task (Results 1 – 5 of 5) sorted by relevance
26 class Task { class34 Task(int taskId, TaskStack stack, int userId, WindowManagerService service) { in Task() method in Task
37 Task(): mFuture(new Future<T>()) { } in Task() function
31 class Task; variable
32 public class Task { class139 public Task() { in Task() method in Task143 public Task(TaskKey key, boolean isActive, int taskAffiliation, int taskAffiliationColor, in Task() method in Task
557 private interface Task { interface in NotificationManagerCompat