Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java306 public void removeCall(String callId, Session.Info sessionInfo) { in removeCall() method in ConnectionServiceWrapper.Adapter
1301 removeCall(call, new DisconnectCause(DisconnectCause.LOCAL)); in abort()
1450 void removeCall(Call call) { in removeCall() method in ConnectionServiceWrapper
1451 removeCall(call, new DisconnectCause(DisconnectCause.ERROR)); in removeCall()
1454 void removeCall(String callId, DisconnectCause disconnectCause) { in removeCall() method in ConnectionServiceWrapper
1460 mCallIdMapper.removeCall(callId); in removeCall()
1463 void removeCall(Call call, DisconnectCause disconnectCause) { in removeCall() method in ConnectionServiceWrapper
1469 mCallIdMapper.removeCall(call); in removeCall()
1683 removeCall(callId, connection.getDisconnectCause()); in handleCreateConnectionComplete()
DCallIdMapper.java108 void removeCall(Call call) { in removeCall() method in CallIdMapper
115 void removeCall(String callId) { in removeCall() method in CallIdMapper
DCallRecordingTonePlayer.java92 removeCall(call); in onCallRemoved()
136 private void removeCall(Call toRemove) { in removeCall() method in CallRecordingTonePlayer
DCallAudioManager.java138 removeCall(call); in onCallRemoved()
163 private void removeCall(Call call) { in removeCall() method in CallAudioManager
194 removeCall(call); in onExternalCallChanged()
DCall.java1690 serviceTemp.removeCall(this); in replaceConnectionService()
1706 serviceTemp.removeCall(this); in clearConnectionService()
DInCallController.java835 mCallIdMapper.removeCall(call); in onCallRemoved()
DCallsManager.java2485 removeCall(call);
2933 private 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.java55 TestCallList.getInstance().removeCall(call);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java538 a.removeCall(id, null /*Session.Info*/); in sendRemoveCall()