Home
last modified time | relevance | path

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

123

/packages/apps/Car/SystemUI/src/com/android/systemui/car/telecom/
DInCallServiceImpl.java68 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl
71 listener.onCallRemoved(call); in onCallRemoved()
103 void onCallRemoved(Call call); in onCallRemoved() method
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVoipCallMonitorTest.java117 mMonitor.onCallRemoved(call); in testVerifyForegroundServiceTypesBeingPassedToActivityManager()
133 mMonitor.onCallRemoved(call); in testStartMonitorForOneCall()
162 mMonitor.onCallRemoved(call1); in testMonitorForTwoCallsOnSameHandle()
165 mMonitor.onCallRemoved(call2); in testMonitorForTwoCallsOnSameHandle()
201 mMonitor.onCallRemoved(call2); in testMonitorForTwoCallsOnDifferentHandle()
203 mMonitor.onCallRemoved(call1); in testMonitorForTwoCallsOnDifferentHandle()
236 mMonitor.onCallRemoved(call1); in testStopDelegation()
DCallDiagnosticServiceControllerTest.java175 mCallDiagnosticService.onCallRemoved(mCall); in testRemoveSimCallCausesRemoveAndUnbind()
191 mCallDiagnosticService.onCallRemoved(mCall); in testAddTwo()
195 mCallDiagnosticService.onCallRemoved(mCallTwo); in testAddTwo()
DDisconnectedCallNotifierTest.java88 notifier.onCallRemoved(call); in testNotificationShownAfterEmergencyCall()
111 notifier.onCallRemoved(call); in testNotificationShownForDisconnectedEmergencyCall()
133 notifier.onCallRemoved(call); in testNotificationNotShownAfterCall()
DProximitySensorManagerTest.java107 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive()
118 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
DInCallWakeLockControllerTest.java107 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved()
118 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
DCallRecordingTonePlayerTest.java143 mCallRecordingTonePlayer.onCallRemoved(call); in testToneLooping()
218 mCallRecordingTonePlayer.onCallRemoved(call); in testAddEligibleCall()
237 mCallRecordingTonePlayer.onCallRemoved(call); in testRecordingCallbackRegistered()
DHeadsetMediaButtonTest.java98 mHeadsetMediaButton.onCallRemoved(regularCall); in testAddCall()
145 mHeadsetMediaButton.onCallRemoved(externalCall); in testExternalCallNotChangesState()
DEmergencyCallDiagnosticLoggerTest.java265 mEmergencyCallDiagnosticLogger.onCallRemoved(call); in testEmergencyCallNeverWentActiveWithNonLocalDisconnectCause()
297 mEmergencyCallDiagnosticLogger.onCallRemoved(call); in testEmergencyCallWentActiveForLongDuration_shouldNotCollectDiagnostics()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/telecom/
DInCallServiceImpl.java71 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl
74 listener.onCallRemoved(call); in onCallRemoved()
148 void onCallRemoved(Call call); in onCallRemoved() method
/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/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()
DInCallWakeLockController.java48 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallWakeLockController
DStatusBarNotifier.java50 public void onCallRemoved(Call call) { in onCallRemoved() method in StatusBarNotifier
DCallsManagerListenerBase.java34 public void onCallRemoved(Call call) { in onCallRemoved() method in CallsManagerListenerBase
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/
DDialerCardModel.java52 public void onCallRemoved(Call call) { in onCallRemoved() method in DialerCardModel
54 super.onCallRemoved(call); in onCallRemoved()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java92 public void onCallRemoved(UUID callId, int reason) { in onCallRemoved() method in BluetoothLeCallControlProxy
93 mBluetoothLeCallControl.onCallRemoved(callId, reason); in onCallRemoved()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/telecom/
DInCallServiceImplTest.java75 mService.onCallRemoved(mCall); in onCallRemoved_callsListener()
77 verify(mInCallModel).onCallRemoved(mCall); in onCallRemoved_callsListener()
/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/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()
/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/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/testapps/companionapp/src/com/android/server/telecom/companionapp/
DCompanionInCallServiceImpl.java46 public void onCallRemoved(Phone phone, Call call) {

123