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

  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 142 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
151 Intent intent = new Intent(Intent.ACTION_DIAL, uri);
156 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
165 Intent intent = new Intent(Intent.ACTION_DIAL, uri);
  /packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java 219 if (Intent.ACTION_DIAL.equals(action)) {
TwelveKeyDialer.java 302 if (Intent.ACTION_DIAL.equals(action) || Intent.ACTION_VIEW.equals(action)) {
329 // ACTION_DIAL or ACTION_VIEW with no data.
491 // ACTION_DIAL via a soft keyboard. we dismiss it here because we don't
    [all...]
RecentCallsListActivity.java     [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 282 intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:+18005555555"));
299 intent = new Intent(Intent.ACTION_DIAL, phoneRecord);
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 260 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL);
EmergencyDialer.java 70 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
PhoneInterfaceManager.java 225 // ACTION_DIAL intent, which is available to any app since it puts up
236 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(url));
PhoneUtils.java     [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 83 * <li> <p><b>{@link #ACTION_DIAL} <i>content://contacts/people/1</i></b> -- Display
91 * <li> <p><b>{@link #ACTION_DIAL} <i>tel:123</i></b> -- Display
480 * <li> {@link #ACTION_DIAL}
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 984 milliseconds