/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 77 public void dial(String address, int clirMode, Message result) { method in class:SipCommandInterface 80 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:SipCommandInterface
|
SipPhoneBase.java | 68 public Connection dial(String dialString, UUSInfo uusInfo) method in class:SipPhoneBase 71 return dial(dialString);
|
/packages/apps/Contacts/ |
AndroidManifest.xml | 82 <action android:name="android.intent.action.DIAL" /> 89 <action android:name="android.intent.action.DIAL" /> 95 <action android:name="android.intent.action.DIAL" /> 105 <action android:name="android.intent.action.DIAL" /> 138 <action android:name="android.intent.action.DIAL" /> 145 <action android:name="android.intent.action.DIAL" /> 151 <action android:name="android.intent.action.DIAL" /> 162 <action android:name="android.intent.action.DIAL" /> [all...] |
/packages/apps/Phone/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 64 * @param input the dial string to be examined. 84 * @param input the dial string to be examined.
|
CallController.java | 333 if (VDBG) log("- actual number to dial: '" + number + "'"); 389 // to dial emergency numbers. 497 // dial a non-emergency number, that automatically 537 // fired an ACTION_CALL intent to dial an MMI code, like for a 604 * should dial. 612 * telephony layer. It's guaranteed to be safe to dial: it's either a PSTN 702 // Only emergency numbers are allowed, but we tried to dial [all...] |
/hardware/ril/libril/ |
ril.cpp | 574 RIL_Dial dial; local 581 memset (&dial, 0, sizeof(dial)); 583 dial.address = strdupReadString(p); 586 dial.clir = (int)t; 588 if (status != NO_ERROR || dial.address == NULL) { 594 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *); 603 dial.uusInfo = NULL; 629 dial.uusInfo = &uusInfo; 631 sizeOfDial = sizeof(dial); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallManager.java | 49 * 1. Call control and operation, such as dial() and hangup() 204 * they have same phone APIs, such as dial(). The real implementation, for 694 public Connection dial(Phone phone, String dialString) throws CallStateException { method in class:CallManager 699 Log.d(LOG_TAG, " dial(" + basePhone + ", "+ dialString + ")"); 704 throw new CallStateException("cannot dial in current state"); 726 result = basePhone.dial(dialString); 729 Log.d(LOG_TAG, "End dial(" + basePhone + ", "+ dialString + ")"); 746 public Connection dial(Phone phone, String dialString, UUSInfo uusInfo) throws CallStateException { method in class:CallManager 747 return phone.dial(dialString, uusInfo); [all...] |
Phone.java | 487 * Example: If Phone.dial is called with "*#31#", then the app will 832 Connection dial(String dialString) throws CallStateException; method in interface:Phone 845 Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException; method in interface:Phone 849 * without SEND (so <code>dial</code> is not appropriate). [all...] |
/external/icu4c/test/cintltst/ |
spreptst.c | 391 "\\u092d\\u0917\\u0935\\u0926\\u094d\\u0917\\u0940\\u0924\\u093e@dial-120-45.ots.utexas.edu", 396 "\\u0927\\u0943\\u0924\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930@dial-36-2.ots.utexas.edu", 401 "\\u092f\\u0941\\u092f\\u0941\\u0924\\u094d\\u0938\\u0935\\u0903@101.st-louis-15.mo.dial-access.att.net", 403 "\\u092a\\u093e\\u0923\\u094d\\u0921\\u0935\\u093e\\u0936\\u094d\\u091a\\u0948\\u0935@dial-13-2.ots.utexas.edu", 406 "\\u0c30\\u0c18\\u0c41\\u0c30\\u0c3e\\u0c2e\\u0c4d@7.houston-11.tx.dial-access.att.net",
|
/frameworks/base/include/media/ |
ToneGenerator.h | 52 TONE_SUP_DIAL, // Dial tone: CEPT: 425Hz, continuous 182 TONE_ANSI_DIAL = NUM_TONES, // Dial tone: a continuous 350 Hz + 440 Hz tone. 189 TONE_JAPAN_DIAL, // Dial tone: 400Hz, continuous
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 478 * when a dial is initiated. 530 * Performs the appropriate action for a post-dial char, but does not 686 * Set post dial state and acquire wake lock while switching to "started"
|
GsmMmiCode.java | 163 * Some dial strings in GSM are defined to do non-call setup 166 * We look to see if the dial string contains a valid MMI code (potentially 167 * with a dial string at the end as well) and return info here. 169 * If the dial string contains no MMI code, we return an instance with 444 /** Does this dial string contain a structured or unstructured MMI code? */ 491 // Illegal dial string characters will give a ZERO length. 493 // call privileges may send a non dial string. [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 183 dial (String dialString, int clirMode) throws CallStateException { method in class:CdmaCallTracker 188 throw new CallStateException("cannot dial in current state"); 233 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage()); 250 dial (String dialString) throws CallStateException { method in class:CdmaCallTracker 251 return dial(dialString, CommandsInterface.CLIR_DEFAULT); [all...] |
/external/bluetooth/bluez/doc/ |
audio-api.txt | 377 Dial a number 'number'. No number processing is done 378 thus if AG would reject to dial it don't blame me :)
|
/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/qemu/android/skin/ |
keyset.h | 29 _SKIN_KEY_COMMAND(BUTTON_CALL,"Call/Dial button") \
|
/external/sqlite/android/ |
PhoneNumberUtilsTest.cpp | 121 // Japanese dial
|
/packages/apps/Phone/res/values/ |
config.xml | 80 <!-- If true, show an onscreen "Dial" button in the dialer.
|
/packages/experimental/LoaderApp/res/values/ |
config.xml | 79 <!-- If true, show an onscreen "Dial" button in the dialer.
|