HomeSort by relevance Sort by last modified time
    Searched full:unhold (Results 1 - 24 of 24) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 57 void unhold(String callId);
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 213 public void unhold() { method in class:RemoteConference
215 mConnectionService.unhold(mId);
ConnectionService.java 182 public void unhold(String callId) {
309 unhold((String) msg.obj);
655 private void unhold(String callId) { method in class:ConnectionService
656 Log.d(this, "unhold %s", callId);
658 findConnectionForAction(callId, "unhold").onUnhold();
660 findConferenceForAction(callId, "unhold").onUnhold();
    [all...]
RemoteConnection.java 670 public void unhold() { method in class:RemoteConnection
673 mConnectionService.unhold(mConnectionId);
    [all...]
Call.java 602 public void unhold() { method in class:Call
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 220 if (mForegroundCall.getState().isAlive()) mForegroundCall.unhold();
584 void unhold() throws CallStateException { method in class:SipPhone.SipCall
585 if (SC_DBG) log("unhold:");
589 ((SipConnection) c).unhold(audioGroup); method
621 conn.unhold(audioGroup);
873 void unhold(AudioGroup audioGroup) throws CallStateException { method in class:SipPhone.SipConnection
879 throw new CallStateException("unhold(): " + e);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 133 * "Unhold" actions for an active call. (If so, the in-call UI will
134 * provide onscreen "Hold" / "Unhold" buttons.)
CallManager.java 783 * 2. no active call but only held call, aka, unhold
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 372 // Here's the deal--Telephony hold/unhold is weird because whenever there exists
376 // sends its commands. When a user opts to "unhold" a background call, telecom
377 // issues hold commands to all active calls, and then the unhold command to the
382 // two or more calls, we will ignore all requests to "unhold" knowing that the hold
390 Log.i(this, "Skipping unhold command for %s", this);
    [all...]
CdmaConference.java 79 Log.e(this, new Exception(), "Unhold not supported for CDMA conference call.");
  /packages/apps/InCallUI/src/com/android/incallui/
TelecomAdapter.java 113 getTelecommCallById(callId).unhold();
InCallPresenter.java 763 // The green CALL button means either "Answer", "Unhold", or
817 // (4) unhold call
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 171 mRemote.unhold();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 753 void unhold(Call call) { method in class:ConnectionServiceWrapper
    [all...]
Call.java 974 void unhold() { method in class:Call
    [all...]
CallsManager.java 785 call.unhold();
    [all...]
BluetoothPhoneService.java 510 // CallsManager will hold any active calls when unhold() is called on a
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 220 * Called when the session is updated (except for hold/unhold).
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 723 * @throws SipException if the SIP service fails to unhold the call
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 165 <li>Voice/sms are automatically forwarded to other emulator instances running on the same machine, as long as you use their console port number as the destination phone number. For example, if you have two emulators running, the first one will typically use console port 5554, and the second one will use port 5556, dialing 5556 on the first emulator will generate an incoming call on the second emulator. You can also hold/unhold calls. This also works when sending SMS messages from one emulator to the other.</li>
  /external/qemu/
CHANGES.TXT 679 the 2nd emulator. you can also hold/unhold calls as well.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 193 * Called when the call is updated (except for hold/unhold).
    [all...]

Completed in 1751 milliseconds