Searched refs:startIntentAndTask (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | ISplitScreen.aidl | 100 oneway void startIntentAndTask(in PendingIntent pendingIntent, int userId1, in Bundle options1, in startIntentAndTask() method
|
D | SplitScreenController.java | 712 private void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask() method in SplitScreenController 744 mStageCoordinator.startIntentAndTask(pendingIntent, fillInIntent, options1, taskId, in startIntentAndTask() 1343 public void startIntentAndTask(PendingIntent pendingIntent, int userId1, in startIntentAndTask() method in SplitScreenController.ISplitScreenImpl 1348 (controller) -> controller.startIntentAndTask(pendingIntent, userId1, options1, in startIntentAndTask()
|
D | StageCoordinator.java | 744 void startIntentAndTask(PendingIntent pendingIntent, Intent fillInIntent, in startIntentAndTask() method in StageCoordinator
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinatorTests.java | 389 mStageCoordinator.startIntentAndTask( in testSplitIntentAndTaskWithPippedApp_launchFullscreen() 405 mStageCoordinator.startIntentAndTask( in testSplitIntentAndTaskWithPippedApp_launchFullscreen()
|