Searched refs:mainPendingIntent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 1106 @Nullable PendingIntent mainPendingIntent, @Nullable Intent mainFillInIntent, in startWithLegacyTransition() argument 1110 startWithLegacyTransition(wct, INVALID_TASK_ID, mainPendingIntent, mainFillInIntent, in startWithLegacyTransition() 1129 @Nullable PendingIntent mainPendingIntent, @Nullable Intent mainFillInIntent, in startWithLegacyTransition() argument 1152 mainPendingIntent != null ? mainPendingIntent.getIntent() : null, in startWithLegacyTransition() 1176 wct.sendPendingIntent(mainPendingIntent, mainFillInIntent, options); in startWithLegacyTransition()
|