Searched defs:Task (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/thread/
H A DTask.h35 class Task: public TaskBase { class in namespace:android::uirenderer
37 Task(): mFuture(new Future<T>()) { } function in class:android::uirenderer::Task
38 virtual ~Task() { }
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java24 class Task { class
31 Task(AppWindowToken wtoken, TaskStack stack, int userId) { method in class:Task
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java32 public class Task { class
33 /* Task callbacks */
67 /* The Task Key represents the unique primary key for the task */
106 return "Task.Key: " + id + ", "
131 public Task() { method in class:Task
135 public Task(TaskKey key, boolean isActive, int taskAffiliation, int taskAffiliationColor, method in class:Task
157 public void copyFrom(Task o) {
204 Task t = (Task) o;
214 return "Task ("
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java266 private void pushSideChannelQueue(Task task) {
305 public void queueTask(Task task) {
313 handleQueueTask((Task) msg.obj);
329 private void handleQueueTask(Task task) {
502 Task task = record.taskQueue.peek();
536 public LinkedList<Task> taskQueue = new LinkedList<Task>();
557 private interface Task { interface in class:NotificationManagerCompat
561 private static class NotifyTask implements Task {
589 private static class CancelTask implements Task {
[all...]

Completed in 245 milliseconds