Searched refs:requestedDisplayId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ITaskStackListener.aidl | 81 int requestedDisplayId); in onActivityLaunchOnSecondaryDisplayFailed() argument 91 int requestedDisplayId); in onActivityLaunchOnSecondaryDisplayRerouted() argument
|
D | TaskStackListener.java | 82 int requestedDisplayId) throws RemoteException { in onActivityLaunchOnSecondaryDisplayFailed() argument 98 int requestedDisplayId) throws RemoteException { in onActivityLaunchOnSecondaryDisplayRerouted() argument
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TaskStackChangeListeners.java | 147 int requestedDisplayId) throws RemoteException { in onActivityLaunchOnSecondaryDisplayFailed() argument 148 mHandler.obtainMessage(H.ON_ACTIVITY_LAUNCH_ON_SECONDARY_DISPLAY_FAILED, requestedDisplayId, in onActivityLaunchOnSecondaryDisplayFailed() 155 int requestedDisplayId) throws RemoteException { in onActivityLaunchOnSecondaryDisplayRerouted() argument 157 requestedDisplayId, 0 /* unused */, taskInfo).sendToTarget(); in onActivityLaunchOnSecondaryDisplayRerouted()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskChangeNotificationController.java | 398 void notifyActivityLaunchOnSecondaryDisplayFailed(TaskInfo ti, int requestedDisplayId) { in notifyActivityLaunchOnSecondaryDisplayFailed() argument 401 NOTIFY_ACTIVITY_LAUNCH_ON_SECONDARY_DISPLAY_FAILED_MSG, requestedDisplayId, in notifyActivityLaunchOnSecondaryDisplayFailed() 407 void notifyActivityLaunchOnSecondaryDisplayRerouted(TaskInfo ti, int requestedDisplayId) { in notifyActivityLaunchOnSecondaryDisplayRerouted() argument 410 NOTIFY_ACTIVITY_LAUNCH_ON_SECONDARY_DISPLAY_REROUTED_MSG, requestedDisplayId, in notifyActivityLaunchOnSecondaryDisplayRerouted()
|