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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java259 public synchronized Connection dial(String dialString, int clirMode, UUSInfo uusInfo, method in class:GsmCdmaCallTracker
266 throw new CallStateException("cannot dial in current state");
277 // but the dial might fail before this happens
299 throw new CallStateException("cannot dial in current state");
319 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
370 private Connection dial(String dialString, int clirMode) throws CallStateException { method in class:GsmCdmaCallTracker
375 throw new CallStateException("cannot dial in current state");
435 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
479 public Connection dial(String dialString) throws CallStateException { method in class:GsmCdmaCallTracker
481 return dial(dialStrin
488 public Connection dial(String dialString, UUSInfo uusInfo, Bundle intentExtras) method in class:GsmCdmaCallTracker
494 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
1710 * a post-dial characte
[all...]
H A DPhoneInternalInterface.java411 * @param dialString The dial string.
418 Connection dial(String dialString, int videoState) throws CallStateException; method in interface:PhoneInternalInterface
427 * encapsulate all dial arguments and decrease scaffolding headache.
429 * @param dialString The dial string.
438 Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in interface:PhoneInternalInterface
443 * without SEND (so <code>dial</code> is not appropriate).
H A DGsmCdmaPhone.java1049 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:GsmCdmaPhone
1050 return dial(dialString, null, videoState, null);
1054 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:GsmCdmaPhone
1108 return imsPhone.dial(dialString, uusInfo, videoState, intentExtras);
1122 throw new CallStateException("cannot dial in current state");
1154 return mCT.dial(newDialString, uusInfo, intentExtras);
1156 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo, intentExtras);
1170 return mCT.dial(newDialString);
2811 * This function extracts the system selection code from the dial string.
2834 * the dial strin
[all...]
H A DCommandsInterface.java52 // Used as parameter to dial() and setCLIR() below
822 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
835 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); method in interface:CommandsInterface
H A DRIL.java1056 dial (String address, int clirMode, Message result) { method in class:RIL
1057 dial(address, clirMode, null, result);
1062 dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:RIL
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java920 public boolean dial(BluetoothDevice device, String number) { method in class:BluetoothHeadsetClient
921 if (DBG) log("dial()");
925 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);
877 void dial() throw method in class:SipPhone.SipConnection
[all...]
H A DSipPhoneBase.java70 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:SipPhoneBase
73 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.java542 dial(String dialString, int videoState) throws CallStateException { method in class:ImsPhone
548 dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:ImsPhone
565 return mCT.dial(dialString, videoState, intentExtras);
576 return mCT.dial(dialString, videoState, intentExtras);
578 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtras);
H A DImsPhoneCallTracker.java428 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws method in class:ImsPhoneCallTracker
432 return dial(dialString, oirMode, videoState, intentExtras);
439 dial(String dialString, int clirMode, int videoState, Bundle intentExtras) method in class:ImsPhoneCallTracker
444 if (DBG) log("dial clirMode=" + clirMode);
454 throw new CallStateException("cannot dial in current state");
462 // calls, dial as an audio-only call.
465 loge("dial: carrier does not support video emergency calls; downgrade to audio-only");
477 throw new CallStateException("cannot dial in current state");
499 throw new CallStateException("cannot dial in current state");
1688 // 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/base/telephony/java/android/telephony/
H A DTelephonyManager.java4447 public void dial(String number) { method in class:TelephonyManager
4451 telephony.dial(number);
4453 Log.e(TAG, "Error calling ITelephony#dial", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java505 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
506 SimulatedCommandsVerifier.getInstance().dial(address, clirMode, result);
524 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommands
525 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.java1146 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:PhoneMock
1150 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:PhoneMock

Completed in 4244 milliseconds