/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallServiceImpl.java | 73 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl 75 speakEasyCallManager.onCallRemoved(CallList.getInstance().getDialerCallFromTelecomCall(call)); in onCallRemoved() 77 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/ |
D | InCallServiceImplTest.java | 120 public void onCallRemoved() { in onCallRemoved() method in InCallServiceImplTest 122 mInCallServiceImpl.onCallRemoved(mMockTelecomCall); in onCallRemoved() 156 mInCallServiceImpl.onCallRemoved(mMockTelecomCall); in testRemoveActiveCallListChangedCallback()
|
/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 | 163 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton 176 onCallRemoved(call); in onExternalCallChanged()
|
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 | 58 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
|
D | BluetoothPhoneServiceImpl.java | 310 public void onCallRemoved(Call call) { 328 onCallRemoved(call);
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 88 notifier.onCallRemoved(call); in testNotificationShownAfterEmergencyCall() 111 notifier.onCallRemoved(call); in testNotificationShownForDisconnectedEmergencyCall() 133 notifier.onCallRemoved(call); in testNotificationNotShownAfterCall()
|
D | ProximitySensorManagerTest.java | 110 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive() 121 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
|
D | CallAudioManagerTest.java | 207 mCallAudioManager.onCallRemoved(call); 244 mCallAudioManager.onCallRemoved(call); 293 mCallAudioManager.onCallRemoved(call); 458 mCallAudioManager.onCallRemoved(call); 606 mCallAudioManager.onCallRemoved(call);
|
D | InCallWakeLockControllerTest.java | 105 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved() 116 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
|
D | CallRecordingTonePlayerTest.java | 157 mCallRecordingTonePlayer.onCallRemoved(call); in testAddEligibleCall() 176 mCallRecordingTonePlayer.onCallRemoved(call); in testRecordingCallbackRegistered()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | InCallServiceImpl.java | 92 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in InCallServiceImpl 94 mInCallRouter.onCallRemoved(telecomCall); in onCallRemoved()
|
D | InCallRouter.java | 98 void onCallRemoved(Call call) { in onCallRemoved() method in InCallRouter
|
/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/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 | 49 public void onCallRemoved(Phone phone, Call call) {
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeCallList.java | 40 public void onCallRemoved(Call call) {} in onCallRemoved() method in CarModeCallList.Listener 155 l.onCallRemoved(call); in removeCall()
|
D | CarModeInCallServiceImpl.java | 52 public void onCallRemoved(Phone phone, Call call) {
|
D | CallListAdapter.java | 42 public void onCallRemoved(Call call) {
|
/packages/apps/Dialer/java/com/android/incallui/speakeasy/ |
D | SpeakEasyCallManager.java | 41 void onCallRemoved(@NonNull DialerCall call); in onCallRemoved() method
|
D | SpeakEasyCallManagerStub.java | 44 public void onCallRemoved(DialerCall call) {} in onCallRemoved() method in SpeakEasyCallManagerStub
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | AudioProcessingNotification.java | 67 public void onCallRemoved(Call call) { in onCallRemoved() method in AudioProcessingNotification
|