/packages/apps/Car/Stream/src/com/android/car/stream/telecom/ |
D | StreamInCallService.java | 42 void onCallRemoved(Call call); in onCallRemoved() method 82 public void onCallRemoved(Call call) { in onCallRemoved() method in StreamInCallService 84 mCallback.onCallRemoved(call); in onCallRemoved()
|
D | CurrentCallStreamProducer.java | 107 public void onCallRemoved(Call call) { in onCallRemoved() method in CurrentCallStreamProducer
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ProximitySensorManager.java | 41 public void onCallRemoved(Call call) { in onCallRemoved() method in ProximitySensorManager 49 super.onCallRemoved(call); in onCallRemoved()
|
D | HeadsetMediaButton.java | 154 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton 167 onCallRemoved(call); in onExternalCallChanged()
|
D | BluetoothPhoneServiceImpl.java | 304 public void onCallRemoved(Call call) { 322 onCallRemoved(call);
|
D | InCallWakeLockController.java | 48 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallWakeLockController
|
D | CallsManagerListenerBase.java | 32 public void onCallRemoved(Call call) { in onCallRemoved() method in CallsManagerListenerBase
|
D | StatusBarNotifier.java | 50 public void onCallRemoved(Call call) { in onCallRemoved() method in StatusBarNotifier
|
D | PhoneStateBroadcaster.java | 62 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallServiceImpl.java | 57 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl 58 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
|
D | InCallPresenter.java | 648 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/ |
D | ProximitySensorManagerTest.java | 98 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive() 108 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
|
D | InCallWakeLockControllerTest.java | 93 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved() 103 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
|
D | CallAudioManagerTest.java | 178 mCallAudioManager.onCallRemoved(call); 211 mCallAudioManager.onCallRemoved(call); 259 mCallAudioManager.onCallRemoved(call);
|
D | InCallControllerTests.java | 298 mInCallController.onCallRemoved(mMockCall); in testBindToService_SystemDialer_Emergency() 458 mInCallController.onCallRemoved(mMockCall); in testUnbindDueToCallDisconnect()
|
D | IncomingCallNotifierTest.java | 126 mIncomingCallNotifier.onCallRemoved(mRingingCall); in testCallRemoved()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | ExternalCallList.java | 60 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/ |
D | InCallServiceImpl.java | 64 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in InCallServiceImpl 72 super.onCallRemoved(telecomCall); in onCallRemoved()
|
D | UiCallManager.java | 362 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/ |
D | TestCallList.java | 41 public void onCallRemoved(Call call) {} in onCallRemoved() method in TestCallList.Listener 155 l.onCallRemoved(call); in removeCall()
|
D | TestInCallServiceImpl.java | 51 public void onCallRemoved(Phone phone, Call call) {
|
D | CallListAdapter.java | 40 public void onCallRemoved(Call call) {
|
D | TestRttActivity.java | 145 public void onCallRemoved(Call call) { in onCreate()
|
D | TestInCallUI.java | 55 public void onCallRemoved(Call call) { in onCreate()
|
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
D | ClusterInCallService.java | 54 public void onCallRemoved(Call call) { in onCallRemoved() method in ClusterInCallService
|