Searched defs:unhold (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java1277 /** @see IConnectionService#unhold(String, Session.Info) */
1278 void unhold(Call call) { method in class:ConnectionServiceWrapper
1280 if (callId != null && isServiceValid("unhold")) {
1282 logOutgoing("unhold %s", callId);
1283 mServiceInterface.unhold(callId, Log.getExternalSession());
H A DCall.java1960 public void unhold() { method in class:Call
1961 unhold(null /* reason */);
1964 public void unhold(String reason) { method in class:Call
1967 mConnectionService.unhold(this);
1970 "unhold call failed due to null CS callId=%s", getId());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java301 public void unhold(String callId, Session.Info info) throws RemoteException { } method in class:ConnectionServiceFixture.FakeConnectionService
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1243 public void unhold() { method in class:DialerCall
1244 LogUtil.i("DialerCall.unhold", "");
1245 telecomCall.unhold();

Completed in 614 milliseconds