Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DLaunchOnPrivateDisplayRouterActivity.java37 static final String LAUNCH_ACTIVITY = NAMESPACE_KEY + ".launch_activity"; field in LaunchOnPrivateDisplayRouterActivity
51 if (launchIntent != null && launchIntent.hasExtra(LAUNCH_ACTIVITY)) { in onCreate()
53 Intent appIntent = (Intent) launchIntent.getExtras().get(LAUNCH_ACTIVITY); in onCreate()