Home
last modified time | relevance | path

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

12

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DInCallServiceImplTest.java117 public void onCallRemoved() { in onCallRemoved() method in InCallServiceImplTest
119 mInCallServiceImpl.onCallRemoved(mMockTelecomCall); in onCallRemoved()
157 mInCallServiceImpl.onCallRemoved(mMockTelecomCall); in testUnregisterCallback()
168 mInCallServiceImpl.onCallRemoved(mMockTelecomCall); in testRemoveActiveCallListChangedCallback()
/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()
DInCallPresenter.java755 public void onCallRemoved(android.telecom.Call call) { in onCallRemoved() method in InCallPresenter
757 externalCallList.onCallRemoved(call); in onCallRemoved()
759 callList.onCallRemoved(context, call); in onCallRemoved()
/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.java62 public void onCallRemoved(Call call) { in onCallRemoved() method in PhoneStateBroadcaster
DBluetoothPhoneServiceImpl.java306 public void onCallRemoved(Call call) {
324 onCallRemoved(call);
DCallRecordingTonePlayer.java87 public void onCallRemoved(Call call) { in onCallRemoved() method in CallRecordingTonePlayer
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java88 public void onCallRemoved(Call telecomCall) { in onCallRemoved() method in InCallServiceImpl
94 mInCallRouter.onCallRemoved(telecomCall); in onCallRemoved()
DInCallRouter.java91 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/tests/src/com/android/server/telecom/tests/
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.java191 mCallAudioManager.onCallRemoved(call);
228 mCallAudioManager.onCallRemoved(call);
277 mCallAudioManager.onCallRemoved(call);
DCallRecordingTonePlayerTest.java150 mCallRecordingTonePlayer.onCallRemoved(call); in testAddEligibleCall()
169 mCallRecordingTonePlayer.onCallRemoved(call); in testRecordingCallbackRegistered()
DIncomingCallNotifierTest.java137 mIncomingCallNotifier.onCallRemoved(mRingingCall); in testCallRemoved()
/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.java53 public void onCallRemoved(Phone phone, Call call) {
DCallListAdapter.java42 public void onCallRemoved(Call call) {
DTestRttActivity.java145 public void onCallRemoved(Call call) { in onCreate()
/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

12