Home
last modified time | relevance | path

Searched defs:taskId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DTaskDescription.java26 final int taskId; // application task id for curating apps field in TaskDescription
DRecentTasksLoader.java115 TaskDescription createTaskDescription(int taskId, int persistentTaskId, Intent baseIntent, in createTaskDescription()
/frameworks/base/services/java/com/android/server/am/
DTaskRecord.java27 final int taskId; // Unique identifier for this task. field in TaskRecord
DActivityStack.java395 final ActivityRecord topRunningActivityLocked(IBinder token, int taskId) { in topRunningActivityLocked()
2028 private final ActivityRecord performClearTaskLocked(int taskId, in performClearTaskLocked()
2096 private final void performClearTaskAtIndexLocked(int taskId, int i) { in performClearTaskAtIndexLocked()
2117 private final void performClearTaskLocked(int taskId) { in performClearTaskLocked()
3931 public ActivityRecord removeTaskActivitiesLocked(int taskId, int subTaskIndex) { in removeTaskActivitiesLocked()
3955 public TaskAccessInfo getTaskAccessInfoLocked(int taskId, boolean inclThumbs) { in getTaskAccessInfoLocked()
DActivityManagerService.java5151 public boolean removeSubTask(int taskId, int subTaskIndex) { in removeSubTask()
5225 public boolean removeTask(int taskId, int flags) { in removeTask()
5383 int taskId = getTaskForActivityLocked(token, !nonRoot); in moveActivityTaskToBack() local
/frameworks/base/core/java/android/app/
DActivityManager.java549 public boolean removeSubTask(int taskId, int subTaskIndex) in removeSubTask()
576 public boolean removeTask(int taskId, int flags) in removeTask()
680 public void moveTaskToFront(int taskId, int flags) { in moveTaskToFront()
DIActivityManager.java139 public ActivityManager.TaskThumbnails getTaskThumbnails(int taskId) throws RemoteException; in getTaskThumbnails()
360 public boolean removeSubTask(int taskId, int subTaskIndex) throws RemoteException; in removeSubTask()
362 public boolean removeTask(int taskId, int flags) throws RemoteException; in removeTask()
DActivityManagerNative.java1462 int taskId = data.readInt(); in onTransact() local
1473 int taskId = data.readInt(); in onTransact() local
3414 public boolean removeSubTask(int taskId, int subTaskIndex) throws RemoteException { in removeSubTask()
3428 public boolean removeTask(int taskId, int flags) throws RemoteException { in removeTask()
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java137 public void OnProgressUpdate(int taskId, int progress); in OnProgressUpdate()
1767 private void onProgressUpdate(int taskId, int progress) { in onProgressUpdate()