Searched refs:ACTION_DIAL (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java2080 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str));
/frameworks/base/core/java/android/content/
H A DIntent.java93 * <li> <p><b>{@link #ACTION_DIAL} <i>content://contacts/people/1</i></b> -- Display
101 * <li> <p><b>{@link #ACTION_DIAL} <i>tel:123</i></b> -- Display
490 * <li> {@link #ACTION_DIAL}
941 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in class:Intent
950 * call; most applications should use the {@link #ACTION_DIAL}.
953 * {@link #ACTION_DIAL}, however.
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4992 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(text));

Completed in 122 milliseconds