Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java73 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/
DInCallServiceImplTest.java120 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/
DProximitySensorManager.java41 public void onCallRemoved(Call call) { in onCallRemoved() method in ProximitySensorManager
49 super.onCallRemoved(call); in onCallRemoved()
DHeadsetMediaButton.java163 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton
176 onCallRemoved(call); in onExternalCallChanged()
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.java58 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
DBluetoothPhoneServiceImpl.java310 public void onCallRemoved(Call call) {
328 onCallRemoved(call);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java88 notifier.onCallRemoved(call); in testNotificationShownAfterEmergencyCall()
111 notifier.onCallRemoved(call); in testNotificationShownForDisconnectedEmergencyCall()
133 notifier.onCallRemoved(call); in testNotificationNotShownAfterCall()
DCallRecordingTonePlayerTest.java144 mCallRecordingTonePlayer.onCallRemoved(call); in testToneLooping()
219 mCallRecordingTonePlayer.onCallRemoved(call); in testAddEligibleCall()
238 mCallRecordingTonePlayer.onCallRemoved(call); in testRecordingCallbackRegistered()
DProximitySensorManagerTest.java110 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive()
121 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
DInCallWakeLockControllerTest.java105 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved()
116 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
DCallAudioManagerTest.java207 mCallAudioManager.onCallRemoved(call);
244 mCallAudioManager.onCallRemoved(call);
293 mCallAudioManager.onCallRemoved(call);
458 mCallAudioManager.onCallRemoved(call);
606 mCallAudioManager.onCallRemoved(call);
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java92 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in InCallServiceImpl
94 mInCallRouter.onCallRemoved(telecomCall); in onCallRemoved()
DInCallRouter.java98 void onCallRemoved(Call call) { in onCallRemoved() method in InCallRouter
/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/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.java49 public void onCallRemoved(Phone phone, Call call) {
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeCallList.java40 public void onCallRemoved(Call call) {} in onCallRemoved() method in CarModeCallList.Listener
155 l.onCallRemoved(call); in removeCall()
DCarModeInCallServiceImpl.java52 public void onCallRemoved(Phone phone, Call call) {
DCallListAdapter.java42 public void onCallRemoved(Call call) {
/packages/apps/Dialer/java/com/android/incallui/speakeasy/
DSpeakEasyCallManager.java41 void onCallRemoved(@NonNull DialerCall call); in onCallRemoved() method
DSpeakEasyCallManagerStub.java44 public void onCallRemoved(DialerCall call) {} in onCallRemoved() method in SpeakEasyCallManagerStub
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DAudioProcessingNotification.java67 public void onCallRemoved(Call call) { in onCallRemoved() method in AudioProcessingNotification

12