/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 120 * post-dial string (eg this is PAUSE or WAIT) 359 * (eg anything after is a post-dial string) 382 * Extracts the post-dial sequence of DTMF control digits, pauses, and 770 * Returns the TOA for the given dial string [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 550 * when a dial is initiated. 595 // will be released after any pause-dial is completed 613 * Performs the appropriate action for a post-dial char, but does not 701 // We were holding a wake lock until pause-dial was complete, so give it up now 778 * Set post dial state and acquire wake lock while switching to "started" or "wait" 851 // It means the PAUSE character(s) is in the middle of dial string 884 * format original dial string
|
CDMAPhone.java | 360 dial (String dialString) throws CallStateException { method in class:CDMAPhone 363 return mCT.dial(newDialString); 366 public Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException { method in class:CDMAPhone [all...] |
/external/libppp/src/ |
README.changes | 64 o The dial/call/open command works asynchronously. As a result, prompts 72 o Filters are now called `allow', `dial', `in' and `out'. `set 106 o Random dial timeouts are now between 1 and 30 seconds inclusive rather
|
ppp.8.m4 | 248 mode (direct-dial mode) also automatically dials and establishes the 250 However, it differs in that it will dial the remote site 336 .Em dial 774 To use automatic dialing, you must prepare some Dial and Login chat scripts. 884 ppp ON awfulhak> dial 966 .Sh DIAL ON DEMAND 1046 should be incremented each time a new dial attempt is made. 1063 to dial the next number in a list of numbers (see the 1072 that triggers a dial. 1086 a dial attempt with a 3 second delay between each number and a 10 secon [all...] |
filter.c | 420 else if (!strcmp(arg->argv[arg->argn], "dial")) 421 filter = &arg->bundle->filter.dial; 511 else if (!strcmp(arg->argv[arg->argn], "dial")) 512 filter = &arg->bundle->filter.dial; 524 filter[2] = &arg->bundle->filter.dial;
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
Link.java | 73 "text4: Manually created spans. Click here to dial the phone.");
|
/external/bluetooth/bluedroid/bta/include/ |
utl.h | 157 ** only dial digits or not
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
ShortNumberUtil.java | 87 // In Brazil, it is impossible to append additional digits to an emergency number to dial the
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
EmergencyButton.java | 40 private static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL";
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
NonPhoneActivity.java | 37 * Activity that intercepts DIAL and VIEW intents for phone numbers for devices that can not
|
/packages/apps/DeskClock/res/layout/ |
desk_clock_saver.xml | 50 android:dial="@drawable/clock_analog_dial"
|
/packages/apps/Phone/tests/ |
AndroidManifest.xml | 29 firing off CALL and DIAL intents. -->
|
/packages/apps/Phone/tests/res/layout/ |
call_dial_test.xml | 17 <!-- Ultra-simple test activity for testing CALL and DIAL intents. -->
|
/packages/apps/Protips/res/values/ |
arrays.xml | 62 <!-- dial *#*#TIPS#*#* -->
|
/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 ...;"
|
/frameworks/base/docs/html/guide/appendix/ |
g-app-intents.jd | 63 <td>DIAL</td> 66 described for CALL applies to DIAL as well. </p> </td>
|
/frameworks/opt/telephony/src/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
|
/packages/apps/Contacts/ |
AndroidManifest.xml | 73 <action android:name="android.intent.action.DIAL" /> 80 <action android:name="android.intent.action.DIAL" /> 86 <action android:name="android.intent.action.DIAL" /> 96 <action android:name="android.intent.action.DIAL" /> 129 <action android:name="android.intent.action.DIAL" /> 136 <action android:name="android.intent.action.DIAL" /> 142 <action android:name="android.intent.action.DIAL" /> 153 <action android:name="android.intent.action.DIAL" /> [all...] |
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 229 if (VDBG) Log.v(TAG, "- actual number to dial: '" + number + "'"); 240 * (*) We now know exactly what phone number we need to dial, so the next 261 * @param number the actual number (or SIP address) to dial. This is 456 // CALL_EMERGENCY (since we *should* allow you to dial "91112345" from 656 // This UI is provided by the contacts app in response to a DIAL 657 // intent, so we bring it up here by demoting this CALL to a DIAL and 660 // TODO: it's strange and unintuitive to manually launch a DIAL intent 667 if (DBG) Log.v(TAG, "- relaunching as a DIAL intent: " + newIntent); [all...] |
SpecialCharSequenceMgr.java | 66 * @param input the dial string to be examined. 86 * @param input the dial string to be examined.
|
/hardware/ril/libril/ |
ril.cpp | 600 RIL_Dial dial; local 607 memset (&dial, 0, sizeof(dial)); 609 dial.address = strdupReadString(p); 612 dial.clir = (int)t; 614 if (status != NO_ERROR || dial.address == NULL) { 620 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *); 629 dial.uusInfo = NULL; 655 dial.uusInfo = &uusInfo; 657 sizeOfDial = sizeof(dial); [all...] |
/frameworks/opt/telephony/src/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 714 public Connection dial(Phone phone, String dialString) throws CallStateException { method in class:CallManager 719 Log.d(LOG_TAG, " dial(" + basePhone + ", "+ dialString + ")"); 724 throw new CallStateException("cannot dial in current state"); 746 result = basePhone.dial(dialString); 749 Log.d(LOG_TAG, "End dial(" + basePhone + ", "+ dialString + ")"); 766 public Connection dial(Phone phone, String dialString, UUSInfo uusInfo) throws CallStateException { method in class:CallManager 767 return phone.dial(dialString, uusInfo); [all...] |
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
DialpadFragment.java | 195 * This field is set to true while processing an incoming DIAL intent, in order to make sure 291 // If in portrait, add padding to the dial button since we need space for the 533 // See if we were invoked with a DIAL intent. If we were, fill in the 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",
|