Searched refs:EXTRA_COMPONENT_NAME (Results 1 – 6 of 6) 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()
227 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in Components.LaunchBroadcastReceiver
27 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;310 .putExtra(EXTRA_COMPONENT_NAME, TEST_ACTIVITY) in testCantAccessPrivateVirtualDisplayByOwner()
49 import static android.content.Intent.EXTRA_COMPONENT_NAME;226 .getString(EXTRA_COMPONENT_NAME); in handleIntent()
318 assertEquals((ComponentName) intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME), in testRequestAddControl()
1395 extraData.putString(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToString()); in launcherAppsIsActivityEnabled()