/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceTest.py | [all...] |
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
IConnectionService.aidl | 61 void unhold(String callId);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 57 // Minimum time needed between hold/unhold requests. 220 // Wait for at least TIMEOUT_HOLD_PROCESSING ms to occur before sending hold/unhold requests 231 if (mForegroundCall.getState().isAlive()) mForegroundCall.unhold(); 604 void unhold() throws CallStateException { method in class:SipPhone.SipCall 605 if (SC_DBG) log("unhold:"); 609 ((SipConnection) c).unhold(audioGroup); method 641 conn.unhold(audioGroup); 893 void unhold(AudioGroup audioGroup) throws CallStateException { method in class:SipPhone.SipConnection [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
HfpClientConference.java | 79 Log.w(TAG, "Ignoring unhold; call hold on the foreground call");
|
HfpClientConnection.java | 192 Log.w(TAG, "Ignoring unhold; call hold on the foreground call");
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
TestInCallUI.java | 74 call.unhold();
|
TestConnectionManager.java | 177 mRemote.unhold();
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockConference.java | 122 mRemoteConference.unhold();
|
MockConnection.java | 101 mRemoteConnection.unhold();
|
ExtendedInCallServiceTest.java | 197 call.unhold();
|
ConferenceTest.java | 124 conf.unhold();
|
RemoteConferenceTest.java | 134 confCall.unhold();
|
/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.)
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
TelecomAdapter.java | 100 call.unhold();
|
/packages/services/Telephony/src/com/android/services/telephony/ |
CdmaConference.java | 84 Log.e(this, new Exception(), "Unhold not supported for CDMA conference call.");
|
TelephonyConnection.java | 656 // Here's the deal--Telephony hold/unhold is weird because whenever there exists 660 // sends its commands. When a user opts to "unhold" a background call, telecom 661 // issues hold commands to all active calls, and then the unhold command to the 666 // two or more calls, we will ignore all requests to "unhold" knowing that the hold 674 Log.i(this, "Skipping unhold command for %s", this); [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
ConnectionServiceWrapper.java | 842 void unhold(Call call) { method in class:ConnectionServiceWrapper [all...] |
CallsManager.java | [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionService.java | 199 public void unhold(String callId) { 360 unhold((String) msg.obj); 846 private void unhold(String callId) { method in class:ConnectionService [all...] |
RemoteConference.java | 466 public void unhold() { method in class:RemoteConference 468 mConnectionService.unhold(mId);
|
RemoteConnection.java | 904 public void unhold() { method in class:RemoteConnection [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelecomCallFacade.java | 98 @Rpc(description = "Unhold call by callId")
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallManagerTest.java | 236 /* case 2: no active call but only held call, aka, unhold */
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
ConnectionServiceFixture.java | 266 public void unhold(String callId) throws RemoteException { } method in class:ConnectionServiceFixture.FakeConnectionService
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsCallSession.java | 224 * Called when the session is updated (except for hold/unhold). [all...] |