Home
last modified time | relevance | path

Searched refs:helpUrl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DHelp.java56 Uri helpUrl = mConfig.getHelpUrl(activityName); in getHelpIntent() local
57 if (helpUrl == null) return null; in getHelpIntent()
58 return new Intent(Intent.ACTION_VIEW, helpUrl); in getHelpIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java567 final Uri helpUrl = HelpUrl.getHelpUrl(context, helpIntentUri, helpTopic); in showHelp() local
572 openUrl(context, helpUrl, null); in showHelp()
576 intent.putExtra(HelpActivity.PARAM_HELP_URL, helpUrl); in showHelp()