/external/qemu/telephony/ |
remote_call.h | 36 /* call this function when you need to dial a remote voice call.
|
gsm.h | 145 /** Dial Numbers: TON byte + 'count' bcd numbers 148 /* convert a bcd-coded GSM dial number into an ASCII string (not zero-terminated) 154 /* convert an ASCII dial-number into a bcd-coded string, returns the number of 4-bit nibbles written, */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 33 * Dial a number. This doesn't place the call. It displays 38 void dial(String number); 149 * without SEND (so <code>dial</code> is not appropriate).
|
/packages/apps/VoiceDialer/res/values/ |
strings.xml | 40 \n\"Dial (866) 555 0123\" 41 \n\"Dial 911, 811, \u2026\" 42 \n\"Dial +44 7333 444 555\"
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 107 * post-dial string (eg this is PAUSE or WAIT) 285 * (eg anything after is a post-dial string) 308 * Extracts the post-dial sequence of DTMF control digits, pauses, and 696 * Returns the TOA for the given dial string [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 164 mGSMPhone.dial("+13125551212"); 652 mGSMPhone.dial("+13125551212"); 774 Connection cn = mGSMPhone.dial("+13125551212"); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedGsmCallState.java | 661 Log.d("GSM", "SC> dial '" + address + "'"); 666 Log.d("GSM", "SC< dial fail (per request)"); 673 Log.d("GSM", "SC< dial fail (invalid ph num)"); 679 Log.d("GSM", "SC< dial ignored (gprs)"); 687 Log.d("GSM", "SC< dial fail (invalid call state)"); 691 Log.d("GSM", "SC< dial fail (invalid call state)"); 703 Log.d("GSM", "SC< dial fail (invalid call state)"); 712 Log.d("GSM", "SC< dial fail (invalid call state)"); 724 Log.d("GSM", "SC< dial (slot = " + freeSlot + ")");
|
/packages/apps/Contacts/res/layout-finger/ |
voicemail_dial_delete.xml | 40 <!-- Onscreen "Dial" button, used on all platforms by
|
/packages/apps/Contacts/res/layout-long-finger/ |
voicemail_dial_delete.xml | 41 <!-- Onscreen "Dial" button, used on all platforms by
|
/packages/apps/Stk/src/com/android/stk/ |
TonePlayer.java | 34 mToneMap.put(Tone.DIAL, ToneGenerator.TONE_SUP_DIAL);
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 341 dial (String dialString) throws CallStateException { method in class:CDMAPhone 344 return mCT.dial(newDialString); [all...] |
CdmaConnection.java | 552 * when a dial is initiated. 597 // will be released after any pause-dial is completed 615 * Performs the appropriate action for a post-dial char, but does not 703 // We were holding a wake lock until pause-dial was complete, so give it up now 780 * Set post dial state and acquire wake lock while switching to "started" or "wait" 853 // It means the PAUSE character(s) is in the middle of dial string 886 * format original dial string
|
/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. 156 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
|
/development/simulator/app/assets/android-dream/ |
layout.xml | 32 <button keyCode="phone-dial" src="send.png" x="93" y="658"/> 317 phone-dial {
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 691 * Registers a callback to be invoked when the dial 724 * Interface definition for a callback to be invoked when the dial 729 * The dial was triggered because the user grabbed the left handle, 730 * and rotated the dial clockwise. 735 * The dial was triggered because the user grabbed the right handle, 736 * and rotated the dial counterclockwise. 741 * Called when the dial is triggered. 744 * @param whichHandle Which "dial handle" the user grabbed,
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 54 <td>DIAL</td> 57 described for CALL applies to DIAL as well. </p> </td>
|
g-app-intents.jd | 63 <td>DIAL</td> 66 described for CALL applies to DIAL as well. </p> </td>
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCallTracker.java | 170 dial (String dialString, int clirMode) throws CallStateException { method in class:GsmCallTracker 175 throw new CallStateException("cannot dial in current state"); 183 // but the dial might fail before this happens 197 throw new CallStateException("cannot dial in current state"); 216 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage()); 227 dial (String dialString) throws CallStateException { method in class:GsmCallTracker 228 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
|
/packages/apps/Contacts/src/com/android/contacts/ |
DialtactsActivity.java | 322 * originally came from a dial intent received by this activity. The stored 334 * Stores the uri associated with a dial intent. This is so child activities can 335 * check if they are supposed to display new dial info.
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
Link.java | 73 "text4: Click here to dial the phone.");
|
/development/simulator/app/ |
PhoneButton.cpp | 145 { "phone-dial", KEY_F3 },
|
/external/qemu/android/skin/ |
keyset.h | 29 _SKIN_KEY_COMMAND(BUTTON_CALL,"Call/Dial button") \
|
/packages/apps/Phone/res/layout-finger/ |
voicemail_dial_delete.xml | 52 <!-- Onscreen "Dial" button, used on all platforms by
|
/packages/apps/Phone/res/layout-long-finger/ |
voicemail_dial_delete.xml | 54 <!-- Onscreen "Dial" button, used on all platforms by
|
/system/core/rootdir/etc/ |
init.testmenu | 117 echo " 1: Dial: ATD $n1;" 118 echo " 2: Dial: ATD $n2;" 119 echo " 3: Dial: ATD $n3;" 123 echo " 7: Dial: ATD ...;"
|