Searched refs:helpIntent (Results 1 – 8 of 8) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | Help.java | 43 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/ |
D | FaceSettingsFooterPreferenceController.java | 53 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/ |
D | AccessibilityFooterPreferenceController.java | 73 final Intent helpIntent = HelpUtils.getHelpIntent( in updateFooterPreferences() 76 view.startActivityForResult(helpIntent, 0); in updateFooterPreferences()
|
D | ToggleFeaturePreferenceFragment.java | 479 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/ |
D | NrDisabledInDsdsFooterPreferenceController.java | 69 final Intent helpIntent = HelpUtils.getHelpIntent(mContext, in getFooterText() local 73 "url", helpIntent); in getFooterText()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumSetPage.java | 557 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/ |
D | PrivateDnsModeDialogPreference.java | 184 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local 188 ANNOTATION_URL, helpIntent); in onBindDialogView()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSettings.java | 355 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local 358 activity, ANNOTATION_URL, helpIntent); in onCreate()
|