Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestReceiverTest.kt80 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in setUp()
148 assertEquals(componentName, it.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)) in testOnReceive_OK()
163 putExtra(Intent.EXTRA_COMPONENT_NAME, Intent()) in testClassCastExceptionComponentName_noCrash()
174 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in testClassCastExceptionControl_noCrash()
185 putParcelable(Intent.EXTRA_COMPONENT_NAME, PrivateParcelable()) in testClassNotFoundExceptionComponent_noCrash()
204 putParcelable(Intent.EXTRA_COMPONENT_NAME, componentName) in testClassNotFoundExceptionControl_noCrash()
233 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in testMissingControl_noCrash()
DControlsEditingActivityTest.kt135 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java) in testNotFromFavoriting_addControlsPressed_launchesFavouriting()
156 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in launchActivity()
DControlsFavoritingActivityTest.kt153 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java) in testRearrangePressed_savesAndlaunchesActivity()
174 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in launchActivity()
DControlsRequestDialogTest.kt112 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, CONTROL_COMPONENT) in setUp()
/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/src/com/android/systemui/controls/management/
DControlsRequestReceiver.kt63 intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java) in onReceive()
89 putExtra(Intent.EXTRA_COMPONENT_NAME, targetComponent) in onReceive()
DControlsEditingActivity.kt97 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)?.let { in onCreate()
189 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component) in bindButtons()
DControlsFavoritingActivity.kt135 component = intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME) in <lambda>()
328 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component) in <lambda>()
DControlsRequestDialog.kt89 controlComponent = intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME) ?: run { in onCreate()
DControlsProviderSelectorActivity.kt213 putExtra(Intent.EXTRA_COMPONENT_NAME, it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/
DWidgetPickerIntentUtils.kt27 intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java),
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java57 private static final String EXTRA_COMPONENT_NAME = "TvPipComponentName"; field in TvPipNotificationController
180 extras.putParcelable(EXTRA_COMPONENT_NAME, PipUtils.getTopPipActivity(mContext).first); in updateNotificationContent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
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()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java63 private static final String EXTRA_COMPONENT_NAME = "componentName"; field in TrustAgentWrapper
134 …ComponentName component = intent.getParcelableExtra(EXTRA_COMPONENT_NAME, android.content.Componen…
481 mAlarmIntent = new Intent(TRUST_EXPIRED_ACTION).putExtra(EXTRA_COMPONENT_NAME, mName); in TrustAgentWrapper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileUserActionInteractor.kt158 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName) in longClick()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java169 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in launchMagnificationSettings()
/frameworks/base/core/tests/coretests/src/android/app/
DKeyguardManagerTest.java258 intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName.class)); in createConfirmDeviceCredentialForRemoteValidationIntent()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileUserActionInteractorTest.kt146 Intent.EXTRA_COMPONENT_NAME, in longClickOpensResolvedIntent()
/frameworks/base/core/java/android/service/controls/
DControlsProviderService.java420 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName);
/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java308 assertEquals(TEST_COMPONENT, intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)); in testRequestAdd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java397 i.putExtra(Intent.EXTRA_COMPONENT_NAME, mComponent); in getLongClickIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayer.java540 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in getMigrationMessage()
/frameworks/base/core/java/android/app/
DKeyguardManager.java418 .putExtra(Intent.EXTRA_COMPONENT_NAME, remoteLockscreenValidationServiceComponent) in createConfirmDeviceCredentialForRemoteValidationIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt372 putExtra(Intent.EXTRA_COMPONENT_NAME, si.componentName) in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityManagerServiceTest.java1868 Intent.EXTRA_COMPONENT_NAME)).isEqualTo(componentName); in assertStartActivityWithExpectedComponentName()

12