Searched refs:mainPendingIntent (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageCoordinator.java | 941 @Nullable PendingIntent mainPendingIntent, @Nullable Intent mainFillInIntent, in startWithLegacyTransition() argument 945 startWithLegacyTransition(wct, INVALID_TASK_ID, mainPendingIntent, mainFillInIntent, in startWithLegacyTransition() 963 @Nullable PendingIntent mainPendingIntent, @Nullable Intent mainFillInIntent, in startWithLegacyTransition() argument 986 mainPendingIntent != null ? mainPendingIntent.getIntent() : null, in startWithLegacyTransition() 1010 wct.sendPendingIntent(mainPendingIntent, mainFillInIntent, options); in startWithLegacyTransition()
|