Home
last modified time | relevance | path

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

12

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DStreamInCallService.java42 void onCallRemoved(Call call); in onCallRemoved() method
82 public void onCallRemoved(Call call) { in onCallRemoved() method in StreamInCallService
84 mCallback.onCallRemoved(call); in onCallRemoved()
DCurrentCallStreamProducer.java107 public void onCallRemoved(Call call) { in onCallRemoved() method in CurrentCallStreamProducer
/packages/services/Telecomm/src/com/android/server/telecom/
DProximitySensorManager.java41 public void onCallRemoved(Call call) { in onCallRemoved() method in ProximitySensorManager
49 super.onCallRemoved(call); in onCallRemoved()
DHeadsetMediaButton.java154 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton
167 onCallRemoved(call); in onExternalCallChanged()
DBluetoothPhoneServiceImpl.java304 public void onCallRemoved(Call call) {
322 onCallRemoved(call);
DInCallWakeLockController.java48 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallWakeLockController
DCallsManagerListenerBase.java32 public void onCallRemoved(Call call) { in onCallRemoved() method in CallsManagerListenerBase
DStatusBarNotifier.java50 public void onCallRemoved(Call call) { in onCallRemoved() method in StatusBarNotifier
DPhoneStateBroadcaster.java62 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java57 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl
58 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
DInCallPresenter.java648 public void onCallRemoved(android.telecom.Call call) { in onCallRemoved() method in InCallPresenter
650 mExternalCallList.onCallRemoved(call); in onCallRemoved()
652 mCallList.onCallRemoved(mContext, call); in onCallRemoved()
/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.java178 mCallAudioManager.onCallRemoved(call);
211 mCallAudioManager.onCallRemoved(call);
259 mCallAudioManager.onCallRemoved(call);
DInCallControllerTests.java298 mInCallController.onCallRemoved(mMockCall); in testBindToService_SystemDialer_Emergency()
458 mInCallController.onCallRemoved(mMockCall); in testUnbindDueToCallDisconnect()
DIncomingCallNotifierTest.java126 mIncomingCallNotifier.onCallRemoved(mRingingCall); in testCallRemoved()
/packages/apps/Dialer/java/com/android/incallui/call/
DExternalCallList.java60 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in ExternalCallList
110 onCallRemoved(call); in notifyExternalCallUpdated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java64 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in InCallServiceImpl
72 super.onCallRemoved(telecomCall); in onCallRemoved()
DUiCallManager.java362 listener.onCallRemoved(uiCall); in doTelecomCallRemoved()
447 public void onCallRemoved(UiCall call) {} in onCallRemoved() method in UiCallManager.CallListener
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java41 public void onCallRemoved(Call call) {} in onCallRemoved() method in TestCallList.Listener
155 l.onCallRemoved(call); in removeCall()
DTestInCallServiceImpl.java51 public void onCallRemoved(Phone phone, Call call) {
DCallListAdapter.java40 public void onCallRemoved(Call call) {
DTestRttActivity.java145 public void onCallRemoved(Call call) { in onCreate()
DTestInCallUI.java55 public void onCallRemoved(Call call) { in onCreate()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DClusterInCallService.java54 public void onCallRemoved(Call call) { in onCallRemoved() method in ClusterInCallService

12