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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DCrossProfileIntentFiltersHelper.java41 mimeTypeTelephony.addAction(Intent.ACTION_DIAL);
71 callVoicemail.addAction(Intent.ACTION_DIAL);
83 callDial.addAction(Intent.ACTION_DIAL);
98 callDialNoData.addAction(Intent.ACTION_DIAL);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java456 startActivity(new Intent(Intent.ACTION_DIAL));
465 startActivity(new Intent(Intent.ACTION_DIAL, uri));
476 startActivity(new Intent(Intent.ACTION_DIAL, uri));
481 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse("voicemail:")));
489 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse("tel:555-123-4567")));
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DCallDialTest.java94 fireIntent(Intent.ACTION_DIAL);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DWebViewContextMenu.java101 // has an app that supports ACTION_DIAL or ACTION_SENDTO
105 new Intent(Intent.ACTION_DIAL, Uri.parse(WebView.SCHEME_TEL)),
285 final Intent intent = new Intent(Intent.ACTION_DIAL,
/packages/apps/InCallUI/src/com/android/incallui/
H A DTelecomAdapter.java190 Intent intent = new Intent(Intent.ACTION_DIAL);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DNewOutgoingCallIntentBroadcaster.java365 systemDialerIntent.setAction(Intent.ACTION_DIAL);
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java425 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
473 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
519 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)
/packages/services/Telephony/src/com/android/phone/
H A DOutgoingCallBroadcaster.java523 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL);
H A DEmergencyDialer.java77 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in class:EmergencyDialer
H A DPhoneInterfaceManager.java753 // ACTION_DIAL intent, which is available to any app since it puts up
764 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(url));
H A DPhoneUtils.java1747 * This is just a wrapper around the ACTION_DIAL intent.
1759 Intent intent = new Intent(Intent.ACTION_DIAL);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java864 Intent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(urlString));
/packages/apps/Dialer/src/com/android/dialer/
H A DCallDetailActivity.java729 startActivity(new Intent(Intent.ACTION_DIAL, CallUtil.getCallUri(mNumber)));
H A DDialtactsActivity.java132 * Just for backward compatibility. Should behave as same as {@link Intent#ACTION_DIAL}.
865 if (Intent.ACTION_DIAL.equals(action) || ACTION_TOUCH_DIALER.equals(action)) {

Completed in 473 milliseconds