/aosp14/frameworks/base/core/java/com/android/internal/notification/ |
H A D | NotificationAccessConfirmationActivityContract.java | 30 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 D | ControlsRequestReceiverTest.kt | 77 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 D | ControlsEditingActivityTest.kt | 135 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java) 156 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
|
H A D | ControlsFavoritingActivityTest.kt | 153 getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName::class.java) 174 putExtra(Intent.EXTRA_COMPONENT_NAME, componentName)
|
H A D | ControlsRequestDialogTest.kt | 112 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, CONTROL_COMPONENT)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsRequestReceiver.kt | 64 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME) 84 putExtra(Intent.EXTRA_COMPONENT_NAME, targetComponent)
|
H A D | ControlsEditingActivity.kt | 97 intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME)?.let { 189 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component)
|
H A D | ControlsFavoritingActivity.kt | 135 component = intent.getParcelableExtra<ComponentName>(Intent.EXTRA_COMPONENT_NAME) 328 it.putExtra(Intent.EXTRA_COMPONENT_NAME, component)
|
H A D | ControlsRequestDialog.kt | 89 controlComponent = intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME) ?: run {
|
H A D | ControlsProviderSelectorActivity.kt | 213 putExtra(Intent.EXTRA_COMPONENT_NAME, it)
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | PolicyWarningUIController.java | 188 .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 D | AccessibilityManagerService.java | 2045 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, name.flattenToString()); in launchAccessibilitySubSettings()
|
/aosp14/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustAgentWrapper.java | 62 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 D | WindowMagnificationPromptController.java | 169 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in launchMagnificationSettings()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | KeyguardManagerTest.java | 242 intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME, ComponentName.class)); in createConfirmDeviceCredentialForRemoteValidationIntent()
|
/aosp14/frameworks/base/core/java/android/service/controls/ |
H A D | ControlsProviderService.java | 360 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, componentName);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuViewLayer.java | 370 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in getMigrationMessage()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/ |
H A D | ControlProviderServiceTest.java | 305 assertEquals(TEST_COMPONENT, intent.getParcelableExtra(Intent.EXTRA_COMPONENT_NAME)); in testRequestAdd()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | CustomTile.java | 384 i.putExtra(Intent.EXTRA_COMPONENT_NAME, mComponent); in getLongClickIntent()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityManagerServiceTest.java | 589 Intent.EXTRA_COMPONENT_NAME)).isEqualTo(componentName); in assertStartActivityWithExpectedComponentName()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | KeyguardManager.java | 414 .putExtra(Intent.EXTRA_COMPONENT_NAME, remoteLockscreenValidationServiceComponent) in createConfirmDeviceCredentialForRemoteValidationIntent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 371 putExtra(Intent.EXTRA_COMPONENT_NAME, si.componentName)
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 2192 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11013 field public static final String EXTRA_COMPONENT_NAME = "android.intent.extra.COMPONENT_NAME";
|