Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/notification/
H A DNotificationAccessConfirmationActivityContract.java30 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in NotificationAccessConfirmationActivityContract
40 .putExtra(EXTRA_COMPONENT_NAME, component); in launcherIntent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsRequestReceiverTest.kt77 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
145 assertEquals(componentName, it.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME))
160 putExtra(Intent.EXTRA_COMPONENT_NAME, Intent())
171 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
H A DControlsEditingActivityTest.kt135 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java)
156 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
H A DControlsFavoritingActivityTest.kt153 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java)
174 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
H A DControlsRequestDialogTest.kt112 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, CONTROL_COMPONENT)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsRequestReceiver.kt64 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)
84 putExtra(Intent.EXTRA_COMPONENT_NAME, targetComponent)
H A DControlsEditingActivity.kt97 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)?.let {
189 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component)
H A DControlsFavoritingActivity.kt135 component = intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)
328 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component)
H A DControlsRequestDialog.kt89 controlComponent = intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME) ?: run {
H A DControlsProviderSelectorActivity.kt213 putExtra(Intent.EXTRA_COMPONENT_NAME, it)
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java188 .putExtra(Intent.EXTRA_COMPONENT_NAME, serviceComponentName) in createIntent()
230 Intent.EXTRA_COMPONENT_NAME, android.content.ComponentName.class); in onReceive()
315 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToShortString()); in tryLaunchSettings()
H A DAccessibilityManagerService.java2045 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, name.flattenToString()); in launchAccessibilitySubSettings()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java62 private static final String EXTRA_COMPONENT_NAME = "componentName"; field in TrustAgentWrapper
136 …ComponentName component = intent.getParcelableExtra(EXTRA_COMPONENT_NAME, android.content.Componen…
478 mAlarmIntent = new Intent(TRUST_EXPIRED_ACTION).putExtra(EXTRA_COMPONENT_NAME, mName); in TrustAgentWrapper()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptController.java169 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in launchMagnificationSettings()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DKeyguardManagerTest.java242 intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName.class)); in createConfirmDeviceCredentialForRemoteValidationIntent()
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControlsProviderService.java360 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayer.java370 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in getMigrationMessage()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java305 assertEquals(TEST_COMPONENT, intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)); in testRequestAdd()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java384 i.putExtra(Intent.EXTRA_COMPONENT_NAME, mComponent); in getLongClickIntent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityManagerServiceTest.java589 Intent.EXTRA_COMPONENT_NAME)).isEqualTo(componentName); in assertStartActivityWithExpectedComponentName()
/aosp14/frameworks/base/core/java/android/app/
H A DKeyguardManager.java414 .putExtra(Intent.EXTRA_COMPONENT_NAME, remoteLockscreenValidationServiceComponent) in createConfirmDeviceCredentialForRemoteValidationIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt371 putExtra(Intent.EXTRA_COMPONENT_NAME, si.componentName)
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2192 public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME"; field in Intent
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11013 field public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME";