Searched refs:LAUNCH_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
37 static final String LAUNCH_ACTIVITY = NAMESPACE_KEY + ".launch_activity"; field in LaunchOnPrivateDisplayRouterActivity51 if (launchIntent != null && launchIntent.hasExtra(LAUNCH_ACTIVITY)) { in onCreate()53 Intent appIntent = (Intent) launchIntent.getExtras().get(LAUNCH_ACTIVITY); in onCreate()