Searched refs:EXTRA_COMPONENT_NAME (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;54 final ComponentName componentName = extras.getParcelable(EXTRA_COMPONENT_NAME); in onReceive()
180 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in Components.LaunchBroadcastReceiver
25 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;347 .putExtra(EXTRA_COMPONENT_NAME, TEST_ACTIVITY) in testCanAccessPrivateVirtualDisplayByOwner()