Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityDetailsSettingsFragmentTest.java91 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_afterSuccessfullyLaunch_shouldBeFinished()
102 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_hasValidExtraComponentName_launchExpectedFragment()
114 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, PACKAGE_NAME + "/.service"); in onCreate_hasInvalidExtraComponentName_launchAccessibilitySettings()
135 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_extraComponentNameIsDisallowed_launchAccessibilitySettings()
147 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in onCreate_magnificationComponentName_launchMagnificationFragment()
161 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in onCreate_accessibilityButton_launchAccessibilityButtonFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
DSuggestionStateProviderTest.java19 import static android.content.Intent.EXTRA_COMPONENT_NAME;
80 extras.putParcelable(EXTRA_COMPONENT_NAME, new ComponentName("pkg", "cls")); in getSuggestionState_shouldQueryFeatureProvider()
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
DSuggestionStateProvider.java19 import static android.content.Intent.EXTRA_COMPONENT_NAME;
80 final ComponentName cn = extras.getParcelable(EXTRA_COMPONENT_NAME); in call()
/packages/apps/Launcher3/src/com/android/launcher3/
DGestureNavContract.java18 import static android.content.Intent.EXTRA_COMPONENT_NAME;
91 ComponentName componentName = extras.getParcelable(EXTRA_COMPONENT_NAME); in fromIntent()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessConfirmationActivity.java22 ….android.internal.notification.NotificationAccessConfirmationActivityContract.EXTRA_COMPONENT_NAME;
64 mComponentName = getIntent().getParcelableExtra(EXTRA_COMPONENT_NAME); in onCreate()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/eligibility/
DCandidateSuggestionFilter.java19 import static android.content.Intent.EXTRA_COMPONENT_NAME;
169 args.putParcelable(EXTRA_COMPONENT_NAME, candidate.getComponent()); in buildGetSuggestionStateExtras()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDetailsSettingsFragment.java64 Intent.EXTRA_COMPONENT_NAME); in onCreate()
209 extras.putParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME, componentName); in buildArguments()
DAccessibilitySettings.java98 static final String EXTRA_COMPONENT_NAME = "component_name"; field in AccessibilitySettings
370 EXTRA_COMPONENT_NAME); in updateServicePreferences()
710 extras.putParcelable(EXTRA_COMPONENT_NAME, componentName); in putBasicExtras()
DLaunchAccessibilityActivityPreferenceFragment.java74 mComponentName = arguments.getParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME); in onProcessArguments()
DAccessibilitySettingsForSetupWizard.java185 extras.putParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME, componentName); in updateAccessibilityServicePreference()
DToggleAccessibilityServicePreferenceFragment.java394 mComponentName = arguments.getParcelable(AccessibilitySettings.EXTRA_COMPONENT_NAME); in onProcessArguments()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java18 import static android.content.Intent.EXTRA_COMPONENT_NAME;
333 gestureNavContract.putParcelable(EXTRA_COMPONENT_NAME, key.getComponent()); in addGestureContract()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DReviewAccessibilityServicesActivity.java141 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, in startAccessibilityScreen()
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragment.java231 Intent.EXTRA_COMPONENT_NAME); in handleQsTileLongPressActionIfAny()