HomeSort by relevance Sort by last modified time
    Searched full:dial (Results 101 - 125 of 211) sorted by null

1 2 3 45 6 7 8 9

  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 39 * the case of the user trying to dial an emergency number while the radio
70 private String mNumber; // The emergency number we're trying to dial
PhoneInterfaceManager.java 244 public void dial(String number) { method in class:PhoneInterfaceManager
245 if (DBG) log("dial: " + number);
PhoneUtils.java 539 * Dial the number using the phone passed in.
594 connection = app.mCM.dial(phone, numberToDial);
599 Log.w(LOG_TAG, "Exception from app.mCM.dial()", ex);
602 // Note that it's possible for CallManager.dial() to return
640 // phone.dial() succeeded: we're now in a normal phone call.
    [all...]
InCallScreen.java 125 // post dial string yet to be send out to the n/w
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 186 "dial-120-45.ots.utexas.edu",
191 "dial-36-2.ots.utexas.edu",
196 "101.st-louis-15.mo.dial-access.att.net",
198 "dial-13-2.ots.utexas.edu",
201 "7.houston-11.tx.dial-access.att.net",
    [all...]
  /packages/apps/Phone/res/values-en-rGB/
strings.xml     [all...]
  /external/ppp/pppd/
ipv6cp.c 1130 * IPV6CP were up, for use with dial-on-demand.
    [all...]
ipcp.c     [all...]
options.c 100 bool demand = 0; /* do dial-on-demand */
228 "Dial on demand", OPT_INITONLY | 1, &persist },
    [all...]
  /development/pdk/docs/porting/
display_drivers.jd 341 <li><strong>Number keys</strong>: In the dialer application, when a number key is pressed to dial a phone number, the number doesn't display on the screen until after the next number has been pressed. </li>
  /external/dnsmasq/
setup.html 219 triggering dial-on-demand internet links.
dnsmasq.conf.example 10 # uneccessarily. If you have a dial-on-demand link they also stop
20 # which can trigger dial-on-demand links needlessly.
  /external/libphonenumber/java/
release_notes.txt 120 800-SIX-FLAG to dial an American alpha-number from Australia).
  /external/qemu/android/skin/
file.c 150 { "phone-dial", kKeyCodeCall },
  /external/quake/quake/src/WinQuake/kit/
3DFX.TXT 141 GLQuake uses Windows networking. Auto-Dial is likely enabled in your
  /external/tcpdump/
print-l2tp.c 211 "Call failed due to lack of a dial tone",
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 174 // 2 Audi 2010 A3, dial command use 0xAD (soft-hyphen) as number
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 351 * A dial pad with 9 squares arranged in a grid. no padding, so
  /frameworks/base/media/java/android/media/
ToneGenerator.java 133 * Call supervisory tone, Dial tone:
258 * CDMA Dial tone : 425Hz continuous
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 484 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
501 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommands
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd 607 number to launch the Dialer activity and dial the phone.
673 Dial a phone number - resolves to a phone dialer activity
695 A generic action to be performed. In these examples: view, edit, dial or crop
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 102 // Used as parameter to dial() and setCLIR() below
818 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
831 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); method in interface:CommandsInterface
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 639 DBG("telephony-maemo: dial request to %s", number);
909 DBG("telephony-maemo: got %s voice dial request",
    [all...]
telephony-maemo6.c 675 DBG("telephony-maemo6: dial request to %s", number);
941 DBG("telephony-maemo6: got %s voice dial request",
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 726 /* Carrier loss detection, dial on demand. The functions netif_carrier_on

Completed in 477 milliseconds

1 2 3 45 6 7 8 9