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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
HelpUtils.java 61 final Uri fullUri = uriWithAddedParameters(context, Uri.parse(helpUrlString));
65 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri);
  /packages/apps/Contacts/src/com/android/contacts/util/
HelpUtils.java 88 final Uri fullUri = uriWithAddedParameters(context, Uri.parse(helpUrlString));
92 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri);
  /packages/apps/Settings/src/com/android/settings/
HelpUtils.java 88 final Uri fullUri = uriWithAddedParameters(context, Uri.parse(helpUrlString));
92 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri);
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 102 final Uri fullUri = uriWithAddedParameters(context, Uri.parse(helpUrlString));
106 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri);

Completed in 3513 milliseconds