Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DLaunchOnPrivateDisplayRouterActivity.java39 static final String LAUNCH_ACTIVITY_OPTIONS = field in LaunchOnPrivateDisplayRouterActivity
55 if (launchIntent.hasExtra(LAUNCH_ACTIVITY_OPTIONS)) { in onCreate()
56 options = launchIntent.getBundleExtra(LAUNCH_ACTIVITY_OPTIONS); in onCreate()