Home
last modified time | relevance | path

Searched refs:unhold (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallUI.java74 call.unhold(); in onCreate()
DTestConnectionManager.java177 mRemote.unhold(); in onUnhold()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DTelecomAdapter.java100 call.unhold(); in unholdCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java792 void unhold(Call call) { in unhold() method in ConnectionServiceWrapper
797 mServiceInterface.unhold(callId); in unhold()
DCall.java1335 void unhold() { in unhold() method in Call
1339 mConnectionService.unhold(this); in unhold()
DCallsManager.java1177 call.unhold(); in unholdCall()
1365 foregroundCall.unhold(); in markCallAsRemoved()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java238 public void unhold(String callId) throws RemoteException { } in unhold() method in ConnectionServiceFixture.FakeConnectionService