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

/frameworks/base/telecomm/java/android/telecom/
H A DDefaultDialerManager.java158 Intent intent = new Intent(Intent.ACTION_DIAL);
171 final Intent dialIntentWithTelScheme = new Intent(Intent.ACTION_DIAL);
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java352 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse(url)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java93 private static final Intent PHONE_INTENT = new Intent(Intent.ACTION_DIAL);
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java357 Intent dialerIntent = new Intent(Intent.ACTION_DIAL);
/frameworks/base/core/java/android/app/
H A DActivity.java2674 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str));
/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 301 milliseconds