/packages/apps/Car/SystemUI/src/com/android/systemui/car/telecom/ |
D | InCallServiceImpl.java | 68 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/ |
D | VoipCallMonitorTest.java | 117 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()
|
D | CallDiagnosticServiceControllerTest.java | 175 mCallDiagnosticService.onCallRemoved(mCall); in testRemoveSimCallCausesRemoveAndUnbind() 191 mCallDiagnosticService.onCallRemoved(mCall); in testAddTwo() 195 mCallDiagnosticService.onCallRemoved(mCallTwo); in testAddTwo()
|
D | DisconnectedCallNotifierTest.java | 88 notifier.onCallRemoved(call); in testNotificationShownAfterEmergencyCall() 111 notifier.onCallRemoved(call); in testNotificationShownForDisconnectedEmergencyCall() 133 notifier.onCallRemoved(call); in testNotificationNotShownAfterCall()
|
D | ProximitySensorManagerTest.java | 107 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive() 118 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
|
D | InCallWakeLockControllerTest.java | 107 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved() 118 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
|
D | CallRecordingTonePlayerTest.java | 143 mCallRecordingTonePlayer.onCallRemoved(call); in testToneLooping() 218 mCallRecordingTonePlayer.onCallRemoved(call); in testAddEligibleCall() 237 mCallRecordingTonePlayer.onCallRemoved(call); in testRecordingCallbackRegistered()
|
D | HeadsetMediaButtonTest.java | 98 mHeadsetMediaButton.onCallRemoved(regularCall); in testAddCall() 145 mHeadsetMediaButton.onCallRemoved(externalCall); in testExternalCallNotChangesState()
|
D | EmergencyCallDiagnosticLoggerTest.java | 265 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/ |
D | InCallServiceImpl.java | 71 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/ |
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/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 | InCallWakeLockController.java | 48 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallWakeLockController
|
D | StatusBarNotifier.java | 50 public void onCallRemoved(Call call) { in onCallRemoved() method in StatusBarNotifier
|
D | CallsManagerListenerBase.java | 34 public void onCallRemoved(Call call) { in onCallRemoved() method in CallsManagerListenerBase
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/ |
D | DialerCardModel.java | 52 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/ |
D | BluetoothLeCallControlProxy.java | 92 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/ |
D | InCallServiceImplTest.java | 75 mService.onCallRemoved(mCall); in onCallRemoved_callsListener() 77 verify(mInCallModel).onCallRemoved(mCall); in onCallRemoved_callsListener()
|
/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/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()
|
/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/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/testapps/companionapp/src/com/android/server/telecom/companionapp/ |
D | CompanionInCallServiceImpl.java | 46 public void onCallRemoved(Phone phone, Call call) {
|