Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DNotificationAccessConfirmationActivityContract.java30 public static final String EXTRA_COMPONENT_NAME = "component_name"; field in NotificationAccessConfirmationActivityContract
40 .putExtra(EXTRA_COMPONENT_NAME, component); in launcherIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestReceiverTest.kt77 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in setUp()
145 assertEquals(componentName, it.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)) in testOnReceive_OK()
160 putExtra(Intent.EXTRA_COMPONENT_NAME, Intent()) in testClassCastExceptionComponentName_noCrash()
171 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in testClassCastExceptionControl_noCrash()
DControlsEditingActivityTest.kt81 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, cname) in setUp()
DControlsRequestDialogTest.kt113 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, CONTROL_COMPONENT) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsRequestReceiver.kt64 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME) in onReceive()
84 putExtra(Intent.EXTRA_COMPONENT_NAME, targetComponent) in onReceive()
DControlsRequestDialog.kt89 controlComponent = intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME) ?: run { in onCreate()
DControlsProviderSelectorActivity.kt213 putExtra(Intent.EXTRA_COMPONENT_NAME, it) in <lambda>()
DControlsEditingActivity.kt93 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)?.let { in onCreate()
DControlsFavoritingActivity.kt141 component = intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMigrationTooltipView.java38 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in MigrationTooltipView()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java188 .putExtra(Intent.EXTRA_COMPONENT_NAME, serviceComponentName) in createIntent()
230 Intent.EXTRA_COMPONENT_NAME); in onReceive()
315 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName.flattenToShortString()); in tryLaunchSettings()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java62 private static final String EXTRA_COMPONENT_NAME = "componentName"; field in TrustAgentWrapper
136 ComponentName component = intent.getParcelableExtra(EXTRA_COMPONENT_NAME);
472 mAlarmIntent = new Intent(TRUST_EXPIRED_ACTION).putExtra(EXTRA_COMPONENT_NAME, mName); in TrustAgentWrapper()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java169 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in launchMagnificationSettings()
/frameworks/base/core/java/android/service/controls/
DControlsProviderService.java364 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName);
/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java305 assertEquals(TEST_COMPONENT, intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)); in testRequestAdd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java382 i.putExtra(Intent.EXTRA_COMPONENT_NAME, mComponent); in getLongClickIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt365 putExtra(Intent.EXTRA_COMPONENT_NAME, si.componentName) in <lambda>()
/frameworks/base/core/java/android/content/
DIntent.java2180 public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME"; field in Intent
/frameworks/base/core/api/
Dcurrent.txt10414 field public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME";