Searched defs:Task (Results 1 - 5 of 5) 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/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java46 final Task task = new ImportFileTask(model, identifier);
52 final Task task = new GetThumbnailTask(model, identifier);
57 private static abstract class Task implements Runnable { class in class:PipeManager
62 Task(MtpManager manager, Identifier identifier) throws IOException { method in class:PipeManager.Task
73 private static class ImportFileTask extends Task {
94 private static class GetThumbnailTask extends Task {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java41 public class Task { class
43 public static final String TAG = "Task";
45 /* Task callbacks */
48 public void onTaskDataLoaded(Task task, ActivityManager.TaskThumbnailInfo thumbnailInfo);
55 /* The Task Key represents the unique primary key for the task */
194 public Task() { method in class:Task
198 public Task(TaskKey key, int affiliationTaskId, int affiliationColor, Drawable icon, method in class:Task
232 public void copyFrom(Task o) {
335 Task t = (Task)
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java364 private void pushSideChannelQueue(Task task) {
403 public void queueTask(Task task) {
411 handleQueueTask((Task) msg.obj);
427 private void handleQueueTask(Task task) {
600 Task task = record.taskQueue.peek();
634 public LinkedList<Task> taskQueue = new LinkedList<Task>();
655 private interface Task { interface in class:NotificationManagerCompat
659 private static class NotifyTask implements Task {
687 private static class CancelTask implements Task {
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java47 class Task implements DimLayer.DimLayerUser { class in inherits:DimLayer.DimLayerUser
48 static final String TAG = TAG_WITH_CLASS_NAME ? "Task" : TAG_WM;
49 // Return value from {@link setBounds} indicating no change was made to the Task bounds.
51 // Return value from {@link setBounds} indicating the position of the Task bounds changed.
53 // Return value from {@link setBounds} indicating the size of the Task bounds changed.
98 Task(int taskId, TaskStack stack, int userId, WindowManagerService service, Rect bounds, method in class:Task
788 return "Task=" + mTaskId;

Completed in 3341 milliseconds