Home
last modified time | relevance | path

Searched refs:optionsToLaunch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java960 Bundle optionsToLaunch = options != null ? options : new Bundle(); in startSingleIntent() local
961 addActivityOptions(optionsToLaunch, null); in startSingleIntent()
962 wct.sendPendingIntent(pendingIntent, fillInIntent, optionsToLaunch); in startSingleIntent()