Home
last modified time | relevance | path

Searched refs:removeCall (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIdMapper.java108 void removeCall(Call call) { in removeCall() method in CallIdMapper
115 void removeCall(String callId) { in removeCall() method in CallIdMapper
DConnectionServiceWrapper.java344 public void removeCall(String callId, Session.Info sessionInfo) { in removeCall() method in ConnectionServiceWrapper.Adapter
1518 removeCall(call, new DisconnectCause(DisconnectCause.LOCAL)); in abort()
1713 void removeCall(Call call) { in removeCall() method in ConnectionServiceWrapper
1714 removeCall(call, new DisconnectCause(DisconnectCause.ERROR)); in removeCall()
1717 void removeCall(String callId, DisconnectCause disconnectCause) { in removeCall() method in ConnectionServiceWrapper
1723 mCallIdMapper.removeCall(callId); in removeCall()
1726 void removeCall(Call call, DisconnectCause disconnectCause) { in removeCall() method in ConnectionServiceWrapper
1732 mCallIdMapper.removeCall(call); in removeCall()
1975 removeCall(callId, connection.getDisconnectCause()); in handleCreateConnectionComplete()
1995 removeCall(callId, conference.getDisconnectCause()); in handleCreateConferenceComplete()
DCallRecordingTonePlayer.java147 removeCall(call); in onCallRemoved()
191 private void removeCall(Call toRemove) { in removeCall() method in CallRecordingTonePlayer
DCallAudioManager.java144 removeCall(call); in onCallRemoved()
167 private void removeCall(Call call) { in removeCall() method in CallAudioManager
202 removeCall(call); in onExternalCallChanged()
DCall.java1994 serviceTemp.removeCall(this); in replaceConnectionService()
2010 serviceTemp.removeCall(this); in clearConnectionService()
DInCallController.java974 mCallIdMapper.removeCall(call); in onCallRemoved()
DCallsManager.java3008 removeCall(call);
3480 public void removeCall(Call call) {
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java144 public void removeCall(Call call) { in removeCall() method in TestCallList
162 removeCall(call); in clearCalls()
DTestInCallServiceImpl.java51 TestCallList.getInstance().removeCall(call);
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeCallList.java144 public void removeCall(Call call) { in removeCall() method in CarModeCallList
162 removeCall(call); in clearCalls()
DCarModeInCallServiceImpl.java54 CarModeCallList.getInstance().removeCall(call);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java578 a.removeCall(id, null /*Session.Info*/); in sendRemoveCall()
DCallsManagerTest.java1275 mCallsManager.removeCall(call); in testExternalCallCapabilitiesUpdated()