Searched refs:helpUrl (Results 1 – 2 of 2) sorted by relevance
56 Uri helpUrl = mConfig.getHelpUrl(activityName); in getHelpIntent() local57 if (helpUrl == null) return null; in getHelpIntent()58 return new Intent(Intent.ACTION_VIEW, helpUrl); in getHelpIntent()
567 final Uri helpUrl = HelpUrl.getHelpUrl(context, helpIntentUri, helpTopic); in showHelp() local572 openUrl(context, helpUrl, null); in showHelp()576 intent.putExtra(HelpActivity.PARAM_HELP_URL, helpUrl); in showHelp()