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

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

Completed in 114 milliseconds