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/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java347 private void pushSideChannelQueue(Task task) {
386 public void queueTask(Task task) {
394 handleQueueTask((Task) msg.obj);
410 private void handleQueueTask(Task task) {
583 Task task = record.taskQueue.peek();
617 public LinkedList<Task> taskQueue = new LinkedList<Task>();
638 private interface Task { interface in class:NotificationManagerCompat
642 private static class NotifyTask implements Task {
670 private static class CancelTask implements Task {
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java48 class Task implements DimLayer.DimLayerUser { class in inherits:DimLayer.DimLayerUser
49 static final String TAG = TAG_WITH_CLASS_NAME ? "Task" : TAG_WM;
50 // Return value from {@link setBounds} indicating no change was made to the Task bounds.
52 // Return value from {@link setBounds} indicating the position of the Task bounds changed.
54 // Return value from {@link setBounds} indicating the size of the Task bounds changed.
99 Task(int taskId, TaskStack stack, int userId, WindowManagerService service, Rect bounds, method in class:Task
785 return "Task=" + mTaskId;

Completed in 334 milliseconds