Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java20 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;
54 final ComponentName componentName = extras.getParcelable(EXTRA_COMPONENT_NAME); in onReceive()
DComponents.java237 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in Components.LaunchBroadcastReceiver
/cts/tests/tests/security/testdata/src/android/security/cts/packageinstallertestapp/
DBackgroundReceiver.java19 import static android.content.Intent.EXTRA_COMPONENT_NAME;
56 EXTRA_COMPONENT_NAME, ComponentName.class); in onReceive()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DSyncAdapterEnumerationTests.java43 import static android.content.Intent.EXTRA_COMPONENT_NAME;
274 extraData.putParcelable(EXTRA_COMPONENT_NAME, componentName); in getSyncAdapterControlPanel()
DLauncherAppsEnumerationTests.java542 extraData.putString(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToString()); in isActivityEnabled()
/cts/tests/tests/security/src/android/security/cts/
DPackageInstallerTest.java188 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, statusReceiver); in sendActionToBackgroundReceiver()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySecurityTests.java26 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_COMPONENT_NAME;
303 .putExtra(EXTRA_COMPONENT_NAME, TEST_ACTIVITY) in testCantAccessPrivateVirtualDisplayByOwner()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java318 assertEquals((ComponentName) intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME), in testRequestAddControl()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java56 import static android.content.Intent.EXTRA_COMPONENT_NAME;
269 .getString(EXTRA_COMPONENT_NAME); in handleIntent()
295 .getParcelable(EXTRA_COMPONENT_NAME, ComponentName.class); in handleIntent()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11369 field public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME";