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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java269 public synchronized Connection dial(String dialString, int clirMode, UUSInfo uusInfo, method in class:GsmCdmaCallTracker
276 throw new CallStateException("cannot dial in current state");
287 // but the dial might fail before this happens
309 throw new CallStateException("cannot dial in current state");
331 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
382 private Connection dial(String dialString, int clirMode) throws CallStateException { method in class:GsmCdmaCallTracker
387 throw new CallStateException("cannot dial in current state");
446 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
498 public Connection dial(String dialString) throws CallStateException { method in class:GsmCdmaCallTracker
500 return dial(dialStrin
507 public Connection dial(String dialString, UUSInfo uusInfo, Bundle intentExtras) method in class:GsmCdmaCallTracker
513 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, new PhoneInternalInterface.DialArgs.Builder<>()
971 Rlog.d(LOG_TAG, "End dial(" + phone + ", "+ dialString + ")");
988 public Connection dial(Phone phone, String dialString, UUSInfo uusInfo, int videoState) method in class:CallManager
990 return phone.dial(dialString,
1472 * Example: If Phone.dial is called with "*#31#", then the app will
1715 * a post-dial characte
[all...]
H A DPhoneInternalInterface.java450 * @param dialString The dial string.
451 * @param dialArgs Parameters to perform the dial with.
457 Connection dial(String dialString, @NonNull DialArgs dialArgs) throws CallStateException; method in interface:PhoneInternalInterface
461 * without SEND (so <code>dial</code> is not appropriate).
H A DGsmCdmaPhone.java1043 public Connection dial(String dialString, @NonNull DialArgs dialArgs) method in class:GsmCdmaPhone
1097 return imsPhone.dial(dialString, dialArgs);
1116 throw new CallStateException("cannot dial in current state");
1118 // Check non-emergency voice CS call - shouldn't dial when POWER_OFF
1124 "cannot dial voice call in airplane mode");
1127 // Allow dial only if either CS is camped on any RAT (or) PS is in LTE service.
1136 "cannot dial voice call in out of service");
1150 * @return {@code true} if the user should be informed of an attempt to dial an international
1211 return mCT.dial(newDialString, dialArgs.uusInfo, dialArgs.intentExtras);
1213 return mCT.dial(mm
[all...]
H A DCommandsInterface.java56 // Used as parameter to dial() and setCLIR() below
834 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
847 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); method in interface:CommandsInterface
H A DRIL.java769 public void dial(String address, int clirMode, Message result) { method in class:RIL
770 dial(address, clirMode, null, result);
774 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:RIL
797 radioProxy.dial(rr.mSerial, dialInfo);
799 handleRadioProxyExceptionForRR(rr, "dial", e);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java789 * @param call Handle of call obtained in {@link #dial(BluetoothDevice, String)} or obtained via
877 public BluetoothHeadsetClientCall dial(BluetoothDevice device, String number) { method in class:BluetoothHeadsetClient
878 if (DBG) log("dial()");
882 return service.dial(device, number);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java186 public Connection dial(String dialString, DialArgs dialArgs) 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 DSipCommandInterface.java107 public void dial(String address, int clirMode, Message result) { method in class:SipCommandInterface
111 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.java654 public Connection dial(String dialString, DialArgs dialArgs) throws CallStateException { method in class:ImsPhone
680 return mCT.dial(dialString, imsDialArgsBuilder.build());
690 return mCT.dial(dialString, imsDialArgsBuilder.build());
693 return mCT.dial(mmi.getDialingNumber(), imsDialArgsBuilder.build());
H A DImsPhoneCallTracker.java868 loge("dial; could not get default CLIR mode.");
873 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws method in class:ImsPhoneCallTracker
880 return dial(dialString, dialArgs);
883 public synchronized Connection dial(String dialString, ImsPhone.ImsDialArgs dialArgs) method in class:ImsPhoneCallTracker
889 Rlog.i(LOG_TAG, "dial: shouldNumberBePlacedOnIms = false");
896 if (DBG) log("dial clirMode=" + clirMode);
899 if (DBG) log("dial emergency call, set clirModIe=" + clirMode);
910 throw new CallStateException("cannot dial in current state");
918 // calls, dial as an audio-only call.
921 loge("dial
[all...]
H A DImsPhoneCommandInterface.java108 public void dial(String address, int clirMode, Message result) { method in class:ImsPhoneCommandInterface
112 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.java550 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
551 SimulatedCommandsVerifier.getInstance().dial(address, clirMode, result);
569 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommands
570 SimulatedCommandsVerifier.getInstance().dial(address, clirMode, uusInfo, result);
H A DSimulatedCommandsVerifier.java677 public void dial(String address, int clirMode, Message result) { method in class:SimulatedCommandsVerifier
682 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.java1150 public Connection dial(String dialString, DialArgs dialArgs) throws CallStateException { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5967 public void dial(String number) { method in class:TelephonyManager
5971 telephony.dial(number);
5973 Log.e(TAG, "Error calling ITelephony#dial", e);

Completed in 4134 milliseconds