Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DHelp.java43 Intent helpIntent = getHelpIntent(activityName); in addHelpMenuItem() local
44 if (helpIntent != null) { in addHelpMenuItem()
48 item.setIntent(helpIntent); in addHelpMenuItem()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSettingsFooterPreferenceController.java53 final Intent helpIntent = HelpUtils.getHelpIntent( in updateState() local
56 new AnnotationSpan.LinkInfo(mContext, ANNOTATION_URL, helpIntent); in updateState()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityFooterPreferenceController.java73 final Intent helpIntent = HelpUtils.getHelpIntent( in updateFooterPreferences()
76 view.startActivityForResult(helpIntent, 0); in updateFooterPreferences()
DToggleFeaturePreferenceFragment.java479 final Intent helpIntent = HelpUtils.getHelpIntent( in initHtmlTextPreference()
482 view.startActivityForResult(helpIntent, 0); in initHtmlTextPreference()
529 final Intent helpIntent = HelpUtils.getHelpIntent( in createFooterPreference()
532 view.startActivityForResult(helpIntent, 0); in createFooterPreference()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNrDisabledInDsdsFooterPreferenceController.java69 final Intent helpIntent = HelpUtils.getHelpIntent(mContext, in getFooterText() local
73 "url", helpIntent); in getFooterText()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
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()
/packages/apps/Settings/src/com/android/settings/network/
DPrivateDnsModeDialogPreference.java184 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local
188 ANNOTATION_URL, helpIntent); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java355 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local
358 activity, ANNOTATION_URL, helpIntent); in onCreate()