Home
last modified time | relevance | path

Searched refs:helpIntent (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityFooterPreferenceController.java107 final Intent helpIntent; in updateFooterPreferences() local
110 helpIntent = HelpUtils.getHelpIntent(mContext, mContext.getString(getHelpResource()), in updateFooterPreferences()
113 helpIntent = null; in updateFooterPreferences()
116 if (helpIntent != null) { in updateFooterPreferences()
118 view.startActivityForResult(helpIntent, 0); in updateFooterPreferences()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DHelp.java43 Intent helpIntent = getHelpIntent(activityName); in addHelpMenuItem() local
44 if (helpIntent != null) { in addHelpMenuItem()
48 item.setIntent(helpIntent); in addHelpMenuItem()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceSettingsFooterPreferenceController.java53 final Intent helpIntent = HelpUtils.getHelpIntent( in updateState() local
56 new AnnotationSpan.LinkInfo(mContext, ANNOTATION_URL, helpIntent); in updateState()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DNrDisabledInDsdsFooterPreferenceController.java69 final Intent helpIntent = HelpUtils.getHelpIntent(mContext, in getFooterText() local
73 "url", helpIntent); in getFooterText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java420 final Intent helpIntent = in showHighTemperatureDialog()
424 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showHighTemperatureDialog()
455 final Intent helpIntent = in showThermalShutdownDialog()
459 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showThermalShutdownDialog()
515 final Intent helpIntent = new Intent(); in showUsbHighTemperatureAlarmInternal()
516 helpIntent.setClassName("com.android.settings", in showUsbHighTemperatureAlarmInternal()
518 helpIntent.putExtra(Intent.EXTRA_TEXT, contextString); in showUsbHighTemperatureAlarmInternal()
519 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showUsbHighTemperatureAlarmInternal()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DPrivateDnsModeDialogPreference.java184 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local
188 ANNOTATION_URL, helpIntent); in onBindDialogView()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java557 Intent helpIntent = HelpUtils.getHelpIntent(activity); in onCreateActionBar() local
560 helpItem.setVisible(helpIntent != null); in onCreateActionBar()
561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DAdvancedPowerUsageDetail.java384 final Intent helpIntent = HelpUtils.getHelpIntent(context, context.getString( in initPreferenceForTriState() local
386 if (helpIntent != null) { in initPreferenceForTriState()
388 startActivityForResult(helpIntent, /*requestCode=*/ 0)); in initPreferenceForTriState()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintSettings.java355 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local
358 activity, ANNOTATION_URL, helpIntent); in onCreate()