Home | History | Annotate | Download | only in app

Lines Matching refs:taskId

34     public void onActivityPinned(String packageName, int taskId) throws RemoteException {
54 public void onActivityForcedResizable(String packageName, int taskId, int reason)
67 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException {
71 public void onTaskRemoved(int taskId) throws RemoteException {
75 public void onTaskMovedToFront(int taskId) throws RemoteException {
79 public void onTaskRemovalStarted(int taskId) {
83 public void onTaskDescriptionChanged(int taskId, ActivityManager.TaskDescription td)
88 public void onActivityRequestedOrientationChanged(int taskId, int requestedOrientation)
93 public void onTaskProfileLocked(int taskId, int userId) {
97 public void onTaskSnapshotChanged(int taskId, TaskSnapshot snapshot)