Searched defs:dial (Results 1 - 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java263 public synchronized Connection dial(String dialString, int clirMode, UUSInfo uusInfo, method in class:GsmCdmaCallTracker
270 throw new CallStateException("cannot dial in current state");
281 // but the dial might fail before this happens
303 throw new CallStateException("cannot dial in current state");
325 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
376 private Connection dial(String dialString, int clirMode) throws CallStateException { method in class:GsmCdmaCallTracker
381 throw new CallStateException("cannot dial in current state");
440 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
492 public Connection dial(String dialString) throws CallStateException { method in class:GsmCdmaCallTracker
494 return dial(dialStrin
501 public Connection dial(String dialString, UUSInfo uusInfo, Bundle intentExtras) method in class:GsmCdmaCallTracker
507 private Connection dial(String dialString, int clirMode, Bundle intentExtras) method in class:GsmCdmaCallTracker
[all...]
H A DCallManager.java52 * 1. Call control and operation, such as dial() and hangup()
916 public Connection dial(Phone phone, String dialString, int videoState) method in class:CallManager
922 Rlog.d(LOG_TAG, " dial(" + phone + ", "+ dialString + ")" +
937 throw new CallStateException("cannot dial in current state");
967 result = phone.dial(dialString, videoState);
970 Rlog.d(LOG_TAG, "End dial(" + phone + ", "+ dialString + ")");
987 public Connection dial(Phone phone, String dialString, UUSInfo uusInfo, int videoState) method in class:CallManager
989 return phone.dial(dialString, uusInfo, videoState, null);
1468 * Example: If Phone.dial is called with "*#31#", then the app will
1711 * a post-dial characte
[all...]
H A DPhoneInternalInterface.java400 * @param dialString The dial string.
407 Connection dial(String dialString, int videoState) throws CallStateException; method in interface:PhoneInternalInterface
416 * encapsulate all dial arguments and decrease scaffolding headache.
418 * @param dialString The dial string.
427 Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in interface:PhoneInternalInterface
432 * without SEND (so <code>dial</code> is not appropriate).
H A DGsmCdmaPhone.java1051 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:GsmCdmaPhone
1052 return dial(dialString, null, videoState, null);
1056 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:GsmCdmaPhone
1110 return imsPhone.dial(dialString, uusInfo, videoState, intentExtras);
1124 throw new CallStateException("cannot dial in current state");
1126 // Check non-emergency voice CS call - shouldn't dial when POWER_OFF
1132 "cannot dial voice call in airplane mode");
1144 * @return {@code true} if the user should be informed of an attempt to dial an international
1206 return mCT.dial(newDialString, uusInfo, intentExtras);
1208 return mCT.dial(mm
[all...]
H A DCommandsInterface.java52 // Used as parameter to dial() and setCLIR() below
826 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
839 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); method in interface:CommandsInterface
H A DRIL.java908 public void dial(String address, int clirMode, Message result) { method in class:RIL
909 dial(address, clirMode, null, result);
913 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:RIL
936 radioProxy.dial(rr.mSerial, dialInfo);
938 handleRadioProxyExceptionForRR(rr, "dial", e);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java804 * @param call Handle of call obtained in {@link dial()} or obtained via
901 public BluetoothHeadsetClientCall dial(BluetoothDevice device, String number) { method in class:BluetoothHeadsetClient
902 if (DBG) log("dial()");
906 return mService.dial(device, number);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java186 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:SipPhone
198 throw new CallStateException("dialInternal: cannot dial in current state");
205 throw new CallStateException("cannot dial in current state");
210 Connection c = mForegroundCall.dial(dialString);
214 throw new CallStateException("dial error: " + e);
494 Connection dial(String originalNumber) throws SipException { method in class:SipPhone.SipCall
495 if (SC_DBG) log("dial: num=" + (SC_VDBG ? originalNumber : "xxx"));
508 c.dial();
513 throw new SipException("dial", e);
878 void dial() throw method in class:SipPhone.SipConnection
[all...]
H A DSipPhoneBase.java72 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:SipPhoneBase
75 return dial(dialString, videoState);
H A DSipCommandInterface.java95 public void dial(String address, int clirMode, Message result) { method in class:SipCommandInterface
99 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java588 dial(String dialString, int videoState) throws CallStateException { method in class:ImsPhone
594 dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:ImsPhone
617 return mCT.dial(dialString, videoState, intentExtras);
628 return mCT.dial(dialString, videoState, intentExtras);
630 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtras);
H A DImsPhoneCallTracker.java757 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws method in class:ImsPhoneCallTracker
761 return dial(dialString, oirMode, videoState, intentExtras);
768 dial(String dialString, int clirMode, int videoState, Bundle intentExtras) method in class:ImsPhoneCallTracker
773 if (DBG) log("dial clirMode=" + clirMode);
783 throw new CallStateException("cannot dial in current state");
791 // calls, dial as an audio-only call.
794 loge("dial: carrier does not support video emergency calls; downgrade to audio-only");
806 throw new CallStateException("cannot dial in current state");
828 throw new CallStateException("cannot dial in current state");
2087 // we can dial anothe
[all...]
H A DImsPhoneCommandInterface.java96 public void dial(String address, int clirMode, Message result) { method in class:ImsPhoneCommandInterface
100 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java513 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
514 SimulatedCommandsVerifier.getInstance().dial(address, clirMode, result);
532 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommands
533 SimulatedCommandsVerifier.getInstance().dial(address, clirMode, uusInfo, result);
H A DSimulatedCommandsVerifier.java663 public void dial(String address, int clirMode, Message result) { method in class:SimulatedCommandsVerifier
668 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1153 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:PhoneMock
1157 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4973 public void dial(String number) { method in class:TelephonyManager
4977 telephony.dial(number);
4979 Log.e(TAG, "Error calling ITelephony#dial", e);

Completed in 220 milliseconds