Home
last modified time | relevance | path

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

/packages/services/Car/tests/LaunchOnPrivateDisplayTestApp/src/com/example/android/launchonprivatedisplay/
DMainActivity.java39 private static final ComponentName LAUNCHED_ACTIVITY_COMPONENT_NAME = new ComponentName( field in MainActivity
79 intent.setComponent(LAUNCHED_ACTIVITY_COMPONENT_NAME); in onCreate()