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

/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}
1010 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in class:Intent
1019 * call; most applications should use the {@link #ACTION_DIAL}.
1022 * {@link #ACTION_DIAL}, however.

Completed in 455 milliseconds