/packages/apps/Phone/src/com/android/phone/ |
CallController.java | 350 if (VDBG) log("- actual number to dial: '" + number + "'"); 412 // to dial emergency numbers. 528 // dial a non-emergency number, that automatically 573 // fired an ACTION_CALL intent to dial an MMI code, like for a 692 // Only emergency numbers are allowed, but we tried to dial [all...] |
CallLogAsync.java | 206 // hierarchy (e.g enable/disable the dial button). The
|
PhoneUtils.java | 587 * Dial the number using the phone passed in. 651 // After calling CallManager#dial(), getState() will return different state. 655 connection = app.mCM.dial(phone, numberToDial); 660 Log.w(LOG_TAG, "Exception from app.mCM.dial()", ex); 663 // Note that it's possible for CallManager.dial() to return 701 // phone.dial() succeeded: we're now in a normal phone call. [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 117 DIAL, 449 case DIAL: {
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 289 * digit that is used when dialing locally in country that does not show up when you dial
|
/packages/apps/Contacts/res/values/ |
donottranslate_config.xml | 79 <!-- If true, show an onscreen "Dial" button in the dialer.
|
strings.xml | 32 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. 34 <string name="shortcutDialContact">Direct dial</string> 43 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> 464 to dial using the physical keyboard --> 465 <string name="dialerKeyboardHintText">Use keyboard to dial</string> 472 <string name="dialerDialpadHintText">Dial to add a call</string> 474 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> 477 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | [all...] |
CommandRecognizerEngine.java | 54 * "dial a particular number [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XF86keysym.h | 150 #define XF86XK_Phone 0x1008FF6E /* Launch phone; dial number */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XF86keysym.h | 150 #define XF86XK_Phone 0x1008FF6E /* Launch phone; dial number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XF86keysym.h | 150 #define XF86XK_Phone 0x1008FF6E /* Launch phone; dial number */
|
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 38 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. 40 <string name="shortcutDialContact">Direct dial</string> 49 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> 411 to dial using the physical keyboard --> 412 <string name="dialerKeyboardHintText">Use keyboard to dial</string> 418 <string name="dialerDialpadHintText">Dial to add a call</string> 420 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> 423 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> [all...] |
/external/icu4c/test/cintltst/ |
idnatest.c | 379 "dial-120-45.ots.utexas.edu", 384 "dial-36-2.ots.utexas.edu", 389 "101.st-louis-15.mo.dial-access.att.net", 391 "dial-13-2.ots.utexas.edu", 394 "7.houston-11.tx.dial-access.att.net", [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 695 dial(String dialString) throws CallStateException { method in class:GSMPhone 696 return dial(dialString, null); 700 dial (String dialString, UUSInfo uusInfo) throws CallStateException { method in class:GSMPhone 717 return mCT.dial(newDialString, uusInfo); 719 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode(), uusInfo); [all...] |
/packages/apps/Phone/res/values-tl/ |
strings.xml | [all...] |
/packages/apps/Contacts/res/values-en-rGB/ |
strings.xml | 23 <string name="shortcutDialContact" msgid="746622101599186779">"Direct dial"</string> 163 <string name="dialerKeyboardHintText" msgid="5401660096579787344">"Use keyboard to dial"</string> 164 <string name="dialerDialpadHintText" msgid="5824490365898349041">"Dial to add a call"</string> 209 <string name="description_dial_button" msgid="1274091017188142646">"dial"</string> 211 <string name="description_digits_edittext" msgid="8760207516497016437">"number to dial"</string> [all...] |
/packages/apps/Contacts/res/values-tl/ |
strings.xml | 23 <string name="shortcutDialContact" msgid="746622101599186779">"Direktang pag-dial"</string> 163 <string name="dialerKeyboardHintText" msgid="5401660096579787344">"Gamitin ang keyboard upang mag-dial"</string> 164 <string name="dialerDialpadHintText" msgid="5824490365898349041">"Mag-dial upang magdagdag ng tawag"</string> 209 <string name="description_dial_button" msgid="1274091017188142646">"mag-dial"</string> 211 <string name="description_digits_edittext" msgid="8760207516497016437">"numerong ida-dial"</string> [all...] |
/external/libppp/src/ |
command.c | 398 log_Printf(LogWARN, "Manual dial is only available for auto and" 855 {"dial", "call", DialCommand, LOCAL_AUTH | LOCAL_CX_OPT, 856 "Dial and login", "dial|call [system ...]", NULL}, 982 "packet filters", "show filter [in|out|dial|alive]", NULL}, [all...] |
defs.c | 371 "normal", "start", "sock", "modem", "dial", "dead", "done",
|
/external/ppp/pppd/ |
pppd.h | 299 extern bool demand; /* Do dial-on-demand */ 419 /* Configure interface for demand-dial */ 560 void demand_conf __P((void)); /* config interface(s) for demand-dial */ [all...] |
demand.c | 76 * demand_conf - configure the interface for doing dial-on-demand.
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
WebViewContextMenu.java | 204 // Dial
|
/packages/apps/Phone/res/values/ |
strings.xml | 114 <!-- post dial --> [all...] |