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

/frameworks/base/core/java/android/content/
H A DIntent.java97 * <li> <p><b>{@link #ACTION_DIAL} <i>content://contacts/people/1</i></b> -- Display
105 * <li> <p><b>{@link #ACTION_DIAL} <i>tel:123</i></b> -- Display
494 * <li> {@link #ACTION_DIAL}
952 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in class:Intent
961 * call; most applications should use the {@link #ACTION_DIAL}.
964 * {@link #ACTION_DIAL}, however.

Completed in 40 milliseconds