HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DIAL (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 111 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
117 Intent intent = new Intent(Intent.ACTION_DIAL, uri);
123 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
129 Intent intent = new Intent(Intent.ACTION_DIAL, uri);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 476 startActivity(new Intent(Intent.ACTION_DIAL));
485 startActivity(new Intent(Intent.ACTION_DIAL, uri));
496 startActivity(new Intent(Intent.ACTION_DIAL, uri));
501 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse("voicemail:")));
509 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse("tel:555-123-4567")));
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 94 fireIntent(Intent.ACTION_DIAL);
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 137 intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:+18005555555"));
154 intent = new Intent(Intent.ACTION_DIAL, phoneRecord);
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 482 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL);
663 Intent newIntent = new Intent(Intent.ACTION_DIAL, uri);
    [all...]
EmergencyDialer.java 69 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
PhoneInterfaceManager.java 248 // ACTION_DIAL intent, which is available to any app since it puts up
259 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(url));
PhoneUtils.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 342 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
389 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
392 // ACTION_DIAL or ACTION_VIEW with no data.
423 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 101 * Just for backward compatibility. Should behave as same as {@link Intent#ACTION_DIAL}.
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 93 * <li> <p><b>{@link #ACTION_DIAL} <i>content://contacts/people/1</i></b> -- Display
101 * <li> <p><b>{@link #ACTION_DIAL} <i>tel:123</i></b> -- Display
490 * <li> {@link #ACTION_DIAL}
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1770 milliseconds