Searched refs:EXTRA_COMPONENT_NAME (Results 1 – 10 of 10) 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()
237 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in Components.LaunchBroadcastReceiver
19 import static android.content.Intent.EXTRA_COMPONENT_NAME;56 EXTRA_COMPONENT_NAME, ComponentName.class); in onReceive()
43 import static android.content.Intent.EXTRA_COMPONENT_NAME;274 extraData.putParcelable(EXTRA_COMPONENT_NAME, componentName); in getSyncAdapterControlPanel()
542 extraData.putString(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToString()); in isActivityEnabled()
188 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, statusReceiver); in sendActionToBackgroundReceiver()
26 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;303 .putExtra(EXTRA_COMPONENT_NAME, TEST_ACTIVITY) in testCantAccessPrivateVirtualDisplayByOwner()
318 assertEquals((ComponentName) intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME), in testRequestAddControl()
56 import static android.content.Intent.EXTRA_COMPONENT_NAME;269 .getString(EXTRA_COMPONENT_NAME); in handleIntent()295 .getParcelable(EXTRA_COMPONENT_NAME, ComponentName.class); in handleIntent()
11369 field public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME";