Home
last modified time | relevance | path

Searched refs:onCallRemoved (Results 1 – 21 of 21) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DProximitySensorManager.java40 public void onCallRemoved(Call call) { in onCallRemoved() method in ProximitySensorManager
45 super.onCallRemoved(call); in onCallRemoved()
DHeadsetMediaButton.java137 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton
147 onCallRemoved(call); in onExternalCallChanged()
DInCallWakeLockController.java44 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallWakeLockController
DCallsManagerListenerBase.java32 public void onCallRemoved(Call call) { in onCallRemoved() method in CallsManagerListenerBase
DStatusBarNotifier.java49 public void onCallRemoved(Call call) { in onCallRemoved() method in StatusBarNotifier
DPhoneStateBroadcaster.java58 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
DBluetoothPhoneServiceImpl.java298 public void onCallRemoved(Call call) {
313 onCallRemoved(call);
DCallAudioManager.java126 public void onCallRemoved(Call call) { in onCallRemoved() method in CallAudioManager
DCallsManager.java93 void onCallRemoved(Call call); in onCallRemoved() method
1683 listener.onCallRemoved(call); in removeCall()
DInCallController.java600 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallController
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallServiceImpl.java51 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl
52 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
DInCallPresenter.java592 public void onCallRemoved(android.telecom.Call call) { in onCallRemoved() method in InCallPresenter
593 mCallList.onCallRemoved(call); in onCallRemoved()
DCallList.java105 public void onCallRemoved(android.telecom.Call telecomCall) { in onCallRemoved() method in CallList
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DProximitySensorManagerTest.java98 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive()
108 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
DInCallWakeLockControllerTest.java93 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved()
103 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
DCallAudioManagerTest.java112 mCallAudioManager.onCallRemoved(call); in testSingleIncomingCallFlowWithoutMTSpeedUp()
145 mCallAudioManager.onCallRemoved(call); in testSingleIncomingCallFlowWithMTSpeedUp()
193 mCallAudioManager.onCallRemoved(call); in testSingleOutgoingCall()
DBluetoothPhoneServiceTest.java743 mBluetoothPhoneService.mCallsManagerListener.onCallRemoved(activeCall); in testOnCallRemoved()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java39 public void onCallRemoved(Call call) {} in onCallRemoved() method in TestCallList.Listener
146 l.onCallRemoved(call); in removeCall()
DTestInCallServiceImpl.java51 public void onCallRemoved(Phone phone, Call call) {
DTestInCallUI.java47 public void onCallRemoved(Call call) { in onCreate()
DCallListAdapter.java40 public void onCallRemoved(Call call) {