Home
last modified time | relevance | path

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

123456789

/frameworks/base/core/java/android/app/
DTaskStackListener.java53 public void onActivityPinned(String packageName, int userId, int taskId, int rootTaskId) in onActivityPinned()
70 public void onActivityForcedResizable(String packageName, int taskId, int reason) in onActivityForcedResizable()
101 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated()
106 public void onTaskRemoved(int taskId) throws RemoteException { in onTaskRemoved()
120 public void onTaskMovedToFront(int taskId) throws RemoteException { in onTaskMovedToFront()
133 public void onTaskRemovalStarted(int taskId) throws RemoteException { in onTaskRemovalStarted()
146 public void onTaskDescriptionChanged(int taskId, ActivityManager.TaskDescription td) in onTaskDescriptionChanged()
152 public void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation) in onActivityRequestedOrientationChanged()
173 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) throws RemoteException { in onTaskSnapshotChanged()
186 public void onTaskDisplayChanged(int taskId, int newDisplayId) throws RemoteException { in onTaskDisplayChanged()
[all …]
DITaskStackListener.aidl34 void onActivityPinned(String packageName, int userId, int taskId, int stackId); in onActivityPinned()
60 void onActivityForcedResizable(String packageName, int taskId, int reason); in onActivityForcedResizable()
93 void onTaskCreated(int taskId, in ComponentName componentName); in onTaskCreated()
100 void onTaskRemoved(int taskId); in onTaskRemoved()
124 void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation); in onActivityRequestedOrientationChanged()
145 void onTaskSnapshotChanged(int taskId, in TaskSnapshot snapshot); in onTaskSnapshotChanged()
161 void onTaskDisplayChanged(int taskId, int newDisplayId); in onTaskDisplayChanged()
181 void onTaskFocusChanged(int taskId, boolean focused); in onTaskFocusChanged()
192 void onTaskRequestedOrientationChanged(int taskId, int requestedOrientation); in onTaskRequestedOrientationChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DTaskStackListenerCallback.java43 default void onTaskDisplayChanged(int taskId, int newDisplayId) { } in onTaskDisplayChanged()
45 default void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated()
47 default void onTaskRemoved(int taskId) { } in onTaskRemoved()
49 default void onTaskMovedToFront(int taskId) { } in onTaskMovedToFront()
61 default boolean onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) { in onTaskSnapshotChanged()
70 default void onActivityPinned(String packageName, int userId, int taskId, int stackId) { } in onActivityPinned()
74 default void onActivityForcedResizable(String packageName, int taskId, int reason) { } in onActivityForcedResizable()
90 default void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation) { } in onActivityRequestedOrientationChanged()
DTaskStackListenerImpl.java158 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged()
164 public void onTaskCreated(int taskId, ComponentName componentName) { in onTaskCreated()
169 public void onTaskRemoved(int taskId) { in onTaskRemoved()
184 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot) { in onTaskSnapshotChanged()
195 public void onActivityPinned(String packageName, int userId, int taskId, int stackId) { in onActivityPinned()
223 public void onActivityForcedResizable(String packageName, int taskId, int reason) { in onActivityForcedResizable()
252 public void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation) { in onActivityRequestedOrientationChanged()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTaskStackChangeListener.java41 default boolean onTaskSnapshotChanged(int taskId, ThumbnailData snapshot) { in onTaskSnapshotChanged()
44 default void onActivityPinned(String packageName, int userId, int taskId, int stackId) { } in onActivityPinned()
48 default void onActivityForcedResizable(String packageName, int taskId, int reason) { } in onActivityForcedResizable()
72 default void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated()
73 default void onTaskRemoved(int taskId) { } in onTaskRemoved()
74 default void onTaskMovedToFront(int taskId) { } in onTaskMovedToFront()
89 default void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation) { } in onActivityRequestedOrientationChanged()
99 default void onTaskDisplayChanged(int taskId, int newDisplayId) { } in onTaskDisplayChanged()
/frameworks/base/services/core/java/com/android/server/app/
DGameServiceProviderInstanceImpl.java354 private void onTaskCreated(int taskId, @NonNull ComponentName componentName) { in onTaskCreated()
366 private void onTaskFocusChanged(int taskId, boolean focused) { in onTaskFocusChanged()
373 private void onTaskFocusChangedLocked(int taskId, boolean focused) { in onTaskFocusChangedLocked()
401 private void maybeCreateGameSessionForFocusedTaskLocked(int taskId) { in maybeCreateGameSessionForFocusedTaskLocked()
448 private void onTaskRemoved(int taskId) { in onTaskRemoved()
465 int taskId, in onTransientSystemBarsVisibilityChanged()
495 private void createGameSession(int taskId) { in createGameSession()
502 private void createGameSessionLocked(int taskId) { in createGameSessionLocked()
577 private void setGameSessionFocusedIfNecessary(int taskId, IGameSession gameSession) { in setGameSessionFocusedIfNecessary()
591 int taskId, in attachGameSessionLocked()
[all …]
DGameTaskInfoProvider.java58 GameTaskInfo get(int taskId) { in get()
74 GameTaskInfo get(int taskId, @NonNull ComponentName componentName) { in get()
92 RunningTaskInfo getRunningTaskInfo(int taskId) { in getRunningTaskInfo()
114 private GameTaskInfo generateGameInfo(int taskId, @NonNull ComponentName componentName) { in generateGameInfo()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DUceRequestCoordinator.java134 public static RequestResult createSuccessResult(long taskId) { in createSuccessResult()
143 public static RequestResult createSuccessResult(long taskId, @Nullable SipDetails details) { in createSuccessResult()
153 public static RequestResult createFailedResult(long taskId, int errorCode, long retry) { in createFailedResult()
164 public static RequestResult createFailedResult(long taskId, int errorCode, long retry, in createFailedResult()
178 private RequestResult(long taskId) { in RequestResult()
185 private RequestResult(long taskId, SipDetails details) { in RequestResult()
200 private RequestResult(long taskId, int errorCode, long retryMillis) { in RequestResult()
207 private RequestResult(long taskId, int errorCode, long retryMillis, SipDetails details) { in RequestResult()
293 public @Nullable UceRequest getUceRequest(Long taskId) { in getUceRequest()
305 protected void moveRequestToFinishedCollection(Long taskId, RequestResult requestResult) { in moveRequestToFinishedCollection()
[all …]
DSubscribeRequestCoordinator.java91 RequestResult createRequestResult(long taskId, CapabilityRequestResponse response, in createRequestResult()
192 public void onRequestUpdated(long taskId, @UceRequestUpdate int event) { in onRequestUpdated()
251 Long taskId = request.getTaskId(); in handleRequestError() local
273 Long taskId = request.getTaskId(); in handleCommandError() local
323 final long taskId = request.getTaskId(); in handleNetworkResponseFailed() local
400 Long taskId = request.getTaskId(); in handleCapabilitiesUpdated() local
424 Long taskId = request.getTaskId(); in handleResourceTerminated() local
448 Long taskId = request.getTaskId(); in handleCachedCapabilityUpdated() local
473 Long taskId = request.getTaskId(); in handleTerminated() local
492 long taskId = request.getTaskId(); in handleNoNeedRequestFromNetwork() local
[all …]
DOptionsRequestCoordinator.java75 RequestResult createRequestResult(long taskId, CapabilityRequestResponse response); in createRequestResult()
137 public void onRequestUpdated(long taskId, @UceRequestUpdate int event) { in onRequestUpdated()
187 Long taskId = request.getTaskId(); in handleRequestError() local
209 Long taskId = request.getTaskId(); in handleCommandError() local
239 Long taskId = request.getTaskId(); in handleNetworkResponse() local
249 Long taskId = request.getTaskId(); in handleCachedCapabilityUpdated() local
274 long taskId = request.getTaskId(); in handleNoNeedRequestFromNetwork() local
292 long taskId = request.getTaskId(); in handleRequestTimeout() local
DUceRequestManager.java156 void notifySendingRequest(long coordinator, long taskId, long delayTimeMs); in notifySendingRequest()
201 void notifyRequestError(long requestCoordinatorId, long taskId); in notifyRequestError()
206 void notifyCommandError(long requestCoordinatorId, long taskId); in notifyCommandError()
211 void notifyNetworkResponse(long requestCoordinatorId, long taskId); in notifyNetworkResponse()
216 void notifyTerminated(long requestCoordinatorId, long taskId); in notifyTerminated()
222 void notifyResourceTerminated(long requestCoordinatorId, long taskId); in notifyResourceTerminated()
228 void notifyCapabilitiesUpdated(long requestCoordinatorId, long taskId); in notifyCapabilitiesUpdated()
233 void notifyCachedCapabilitiesUpdated(long requestCoordinatorId, long taskId); in notifyCachedCapabilitiesUpdated()
239 void notifyNoNeedRequestFromNetwork(long requestCoordinatorId, long taskId); in notifyNoNeedRequestFromNetwork()
245 void notifyRemoteRequestDone(long requestCoordinatorId, long taskId); in notifyRemoteRequestDone()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java107 int getStartingWindowBackgroundColorForTask(int taskId) { in getStartingWindowBackgroundColorForTask()
166 public void copySplashScreenView(int taskId) { in copySplashScreenView()
176 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved()
180 void onImeDrawnOnTask(int taskId) { in onImeDrawnOnTask()
185 private void onImeDrawnOnTask(StartingWindowRecordManager records, int taskId) { in onImeDrawnOnTask()
262 SnapshotRecord(int activityType, ShellExecutor removeExecutor, int taskId, in SnapshotRecord()
329 void addRecord(int taskId, StartingWindowRecord record) { in addRecord()
334 final int taskId = removeInfo.taskId; in removeWindow() local
344 void removeWindow(int taskId) { in removeWindow()
349 void onRecordRemoved(int taskId) { in onRecordRemoved()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageTaskListener.java77 void onChildTaskAppeared(int taskId); in onChildTaskAppeared()
81 void onChildTaskStatusChanged(int taskId, boolean present, boolean visible); in onChildTaskStatusChanged()
120 boolean containsTask(int taskId) { in containsTask()
190 final int taskId = taskInfo.taskId; in onTaskAppeared() local
254 final int taskId = taskInfo.taskId; in onTaskVanished() local
279 public void attachChildSurfaceToTask(int taskId, SurfaceControl.Builder b) { in attachChildSurfaceToTask()
284 public void reparentChildSurfaceToTask(int taskId, SurfaceControl sc, in reparentChildSurfaceToTask()
289 private SurfaceControl findTaskSurface(int taskId) { in findTaskSurface()
299 boolean isRootTaskId(int taskId) { in isRootTaskId()
344 void reorderChild(int taskId, boolean onTop, WindowContainerTransaction wct) { in reorderChild()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DShellTaskOrganizer.java110 default void attachChildSurfaceToTask(int taskId, SurfaceControl.Builder b) { in attachChildSurfaceToTask()
115 default void reparentChildSurfaceToTask(int taskId, SurfaceControl sc, in reparentChildSurfaceToTask()
131 void onVisibilityChanged(int taskId, LocusId locus, boolean visible); in onVisibilityChanged()
296 public void addListenerForTaskId(TaskListener listener, int taskId) { in addListenerForTaskId()
445 public void copySplashScreenView(int taskId) { in copySplashScreenView()
452 public void onAppSplashScreenViewRemoved(int taskId) { in onAppSplashScreenViewRemoved()
459 public void onImeDrawnOnTask(int taskId) { in onImeDrawnOnTask()
476 final int taskId = info.getTaskInfo().taskId; in onTaskAppeared() local
569 final int taskId = taskInfo.taskId; in onTaskVanished() local
607 public RunningTaskInfo getRunningTaskInfo(int taskId) { in getRunningTaskInfo()
[all …]
/frameworks/base/core/java/com/android/internal/statusbar/
DIAppClipsService.aidl25 boolean canLaunchCaptureContentActivityForNote(in int taskId); in canLaunchCaptureContentActivityForNote()
27 int canLaunchCaptureContentActivityForNoteInternal(in int taskId); in canLaunchCaptureContentActivityForNoteInternal()
/frameworks/base/core/java/android/window/
DITaskOrganizer.aidl49 void copySplashScreenView(int taskId); in copySplashScreenView()
54 void onAppSplashScreenViewRemoved(int taskId); in onAppSplashScreenViewRemoved()
92 void onImeDrawnOnTask(int taskId); in onImeDrawnOnTask()
/frameworks/base/core/java/android/service/games/
DIGameSessionController.aidl27 void takeScreenshot(int taskId, in AndroidFuture gameScreenshotResultFuture); in takeScreenshot()
30 void restartGame(in int taskId); in restartGame()
/frameworks/base/core/java/android/content/pm/
DActivityPresentationInfo.java27 public final int taskId; field in ActivityPresentationInfo
33 public ActivityPresentationInfo(int taskId, int displayId, in ActivityPresentationInfo()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceStatsWriter.java98 void onSubscribeResponse(int subId, long taskId, int networkResponse); in onSubscribeResponse()
109 void onSubscribeTerminated(int subId, long taskId, String reason); in onSubscribeTerminated()
114 void onPresenceNotifyEvent(int subId, long taskId, in onPresenceNotifyEvent()
199 public void setSubscribeResponse(int subId, long taskId, int networkResponse) { in setSubscribeResponse()
226 public void setPresenceNotifyEvent(int subId, long taskId, in setPresenceNotifyEvent()
240 public void setSubscribeTerminated(int subId, long taskId, String reason) { in setSubscribeTerminated()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.java150 final int taskId = 1; in testDeleteCaptionOnChangeTransitionWhenNecessary() local
181 final int taskId = 1; in testCreateCaptionOnChangeTransitionWhenNecessary() local
213 final int taskId = 1; in testCreateAndDisposeEventReceiver() local
243 final int taskId = 1; in testEventReceiversOnMultipleDisplays() local
276 final int taskId = 1; in testCaptionIsNotCreatedWhenKeyguardIsVisible() local
307 private static ActivityManager.RunningTaskInfo createTaskInfo(int taskId, in createTaskInfo()
/frameworks/base/core/java/android/view/
DIRecentsAnimationController.aidl39 TaskSnapshot screenshotTask(int taskId); in screenshotTask()
49 void setFinishTaskTransaction(int taskId, in setFinishTaskTransaction()
136 boolean removeTask(int taskId); in removeTask()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSession.aidl35 void handleAssist(int taskId, in IBinder activityId, in Bundle assistData, in handleAssist()
38 void taskStarted(in Intent intent, int taskId); in taskStarted()
39 void taskFinished(in Intent intent, int taskId); in taskFinished()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityControllerTest.java127 private void setActivityStartCode(int taskId, boolean taskOverlay, int code) throws Exception { in setActivityStartCode()
143 private void verifyStartActivity(int taskId, boolean taskOverlay, int profileUserId) in verifyStartActivity()
164 private static ArgumentMatcher<Bundle> hasOptions(final int taskId, final boolean overlay) { in hasOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotPersister.java57 void persistSnapshot(int taskId, int userId, TaskSnapshot snapshot) { in persistSnapshot()
70 void onTaskRemovedFromRecents(int taskId, int userId) { in onTaskRemovedFromRecents()
120 final int taskId = getTaskId(file); in write() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java287 int taskId = mTaskInfo.taskId; in updateTaskVisibility() local
328 final int taskId = taskInfo.taskId; in onTaskAppeared() local
359 final int taskId = taskInfo.taskId; in onBackPressedOnTaskRoot() local
367 public void attachChildSurfaceToTask(int taskId, SurfaceControl.Builder b) { in attachChildSurfaceToTask()
372 public void reparentChildSurfaceToTask(int taskId, SurfaceControl sc, in reparentChildSurfaceToTask()
377 private SurfaceControl findTaskSurface(int taskId) { in findTaskSurface()
526 final int taskId = taskInfo.taskId; in handleAndNotifyTaskRemoval() local
581 final int taskId = mTaskInfo.taskId; in prepareHideAnimation() local
636 final int taskId = mTaskInfo.taskId; in prepareOpenAnimation() local

123456789