HomeSort by relevance Sort by last modified time
    Searched refs:helpUrl (Results 1 - 5 of 5) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 56 Uri helpUrl = mConfig.getHelpUrl(activityName);
57 if (helpUrl == null) return null;
58 return new Intent(Intent.ACTION_VIEW, helpUrl);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 339 String helpUrl;
340 if (!TextUtils.isEmpty(helpUrl = getResources().getString(R.string.help_url_battery))) {
342 Intent helpIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(helpUrl));
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 493 String helpUrl;
494 if (!TextUtils.isEmpty(helpUrl = getResources().getString(R.string.help_url_data_usage))) {
495 Intent helpIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(helpUrl));
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-youtube-2.0.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 235 milliseconds