HomeSort by relevance Sort by last modified time
    Searched full:dial (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 141 #define BTA_AG_ERR_DSTR_TOO_LONG 26 /* Dial string too long */
142 #define BTA_AG_ERR_INV_CHAR_IN_DSTR 27 /* Invalid characters in dial string */
235 #define BTA_AG_AT_D_EVT 11 /* Place a call using number or memory dial */
  /frameworks/av/include/media/
ToneGenerator.h 52 TONE_SUP_DIAL, // Dial tone: CEPT: 425Hz, continuous
185 TONE_ANSI_DIAL = NUM_TONES, // Dial tone: a continuous 350 Hz + 440 Hz tone.
192 TONE_JAPAN_DIAL, // Dial tone: 400Hz, continuous
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 506 * when a dial is initiated.
558 * Performs the appropriate action for a post-dial char, but does not
714 * Set post dial state and acquire wake lock while switching to "started"
GsmMmiCode.java 166 * Some dial strings in GSM are defined to do non-call setup
169 * We look to see if the dial string contains a valid MMI code (potentially
170 * with a dial string at the end as well) and return info here.
172 * If the dial string contains no MMI code, we return an instance with
463 /** Does this dial string contain a structured or unstructured MMI code? */
510 // Illegal dial string characters will give a ZERO length.
512 // call privileges may send a non dial string.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 186 dial (String dialString, int clirMode) throws CallStateException { method in class:CdmaCallTracker
191 throw new CallStateException("cannot dial in current state");
237 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage());
254 dial (String dialString) throws CallStateException { method in class:CdmaCallTracker
255 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 70 public Connection dial(String dialString, UUSInfo uusInfo) method in class:SipPhoneBase
73 return dial(dialString);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 233 public void dial(String address, int clirMode, Message result) { method in class:UsimDataDownloadCommands
237 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:UsimDataDownloadCommands
  /packages/apps/CellBroadcastReceiver/res/values-sk/
strings.xml 104 <string name="show_cmas_opt_out_summary" msgid="4370292554938680862">"Zobrazi? dialóg. okno na zru?enie po zobraz. prvého upozornenia CMAS (okrem prezident. upozornenia)."</string>
105 <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Zobrazi? dialógové okno na zru?enie"</string>
  /development/tools/emulator/skins/HVGA/
layout 67 phone-dial {
  /development/tools/emulator/skins/QVGA/
layout 67 phone-dial {
  /development/tools/emulator/skins/WQVGA400/
layout 67 phone-dial {
  /development/tools/emulator/skins/WQVGA432/
layout 67 phone-dial {
  /development/tools/emulator/skins/WVGA800/
layout 67 phone-dial {
  /development/tools/emulator/skins/WVGA854/
layout 67 phone-dial {
  /device/sample/skins/WVGAMedDpi/
layout 67 phone-dial {
  /external/bluetooth/bluedroid/bta/sys/
utl.c 275 ** only dial digits or not
  /external/qemu/android/skin/
keyset.h 29 _SKIN_KEY_COMMAND(BUTTON_CALL,"Call/Dial button") \
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 121 // Japanese dial
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 538 public Connection dial(String dialString) throws CallStateException { method in class:PhoneProxy
539 return mActivePhone.dial(dialString);
542 public Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException { method in class:PhoneProxy
543 return mActivePhone.dial(dialString, uusInfo);
Phone.java 404 * Example: If Phone.dial is called with "*#31#", then the app will
749 Connection dial(String dialString) throws CallStateException; method in interface:Phone
762 Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException; method in interface:Phone
766 * without SEND (so <code>dial</code> is not appropriate).
    [all...]
  /packages/apps/Phone/res/values/
config.xml 80 <!-- If true, show an onscreen "Dial" button in the dialer.
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 70 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL";
123 private String mLastNumber; // last number we tried to dial. Used to restore error dialog.
196 // Check whether we should show the onscreen "Dial" button and co.
629 * Update the enabledness of the "Dial" and "Backspace" buttons if applicable.
  /packages/experimental/LoaderApp/res/values/
config.xml 79 <!-- If true, show an onscreen "Dial" button in the dialer.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 887 ** last dial number enabled or not */
891 /* Do not send OK for Dial cmds
894 /* if mem dial cmd, make sure string contains only digits */
903 else if (p_arg[0] == 'V') /* ATDV : Dial VoIP Call */
912 /* If dial cmd, make sure string contains only dial digits
913 ** Dial digits are 0-9, A-C, *, #, + */
    [all...]
  /external/libppp/src/
bundle.c 617 pri = PacketCheck(bundle, af, tun.data, n, &bundle->filter.dial,
627 * device - breaking auto-dial.
871 bundle.filter.dial.name = "DIAL";
872 bundle.filter.dial.logok = 1;
880 bundle.filter.dial.rule[i].f_action = A_NONE;
994 dl->dial.timer.state == TIMER_RUNNING) ||
996 timer_Stop(&dl->dial.timer); /* We're finished with this */
    [all...]

Completed in 895 milliseconds

1 2 34 5 6 7 8 91011