/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ProximitySensorManager.java | 40 public void onCallRemoved(Call call) { in onCallRemoved() method in ProximitySensorManager 45 super.onCallRemoved(call); in onCallRemoved()
|
D | HeadsetMediaButton.java | 137 public void onCallRemoved(Call call) { in onCallRemoved() method in HeadsetMediaButton 147 onCallRemoved(call); in onExternalCallChanged()
|
D | InCallWakeLockController.java | 44 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 | 49 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 | 298 public void onCallRemoved(Call call) { 313 onCallRemoved(call);
|
D | CallAudioManager.java | 126 public void onCallRemoved(Call call) { in onCallRemoved() method in CallAudioManager
|
D | CallsManager.java | 93 void onCallRemoved(Call call); in onCallRemoved() method 1683 listener.onCallRemoved(call); in removeCall()
|
D | InCallController.java | 600 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallController
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | InCallServiceImpl.java | 51 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceImpl 52 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
|
D | InCallPresenter.java | 592 public void onCallRemoved(android.telecom.Call call) { in onCallRemoved() method in InCallPresenter 593 mCallList.onCallRemoved(call); in onCallRemoved()
|
D | CallList.java | 105 public void onCallRemoved(android.telecom.Call telecomCall) { in onCallRemoved() method in CallList
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ProximitySensorManagerTest.java | 98 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerCallsActive() 108 mProximitySensorManager.onCallRemoved(mock(Call.class)); in testCallRemovedFromCallsManagerNoCallsActive()
|
D | InCallWakeLockControllerTest.java | 93 mInCallWakeLockController.onCallRemoved(mCall); in testRingingCallRemoved() 103 mInCallWakeLockController.onCallRemoved(mCall); in testWakeLockReleased()
|
D | CallAudioManagerTest.java | 112 mCallAudioManager.onCallRemoved(call); in testSingleIncomingCallFlowWithoutMTSpeedUp() 145 mCallAudioManager.onCallRemoved(call); in testSingleIncomingCallFlowWithMTSpeedUp() 193 mCallAudioManager.onCallRemoved(call); in testSingleOutgoingCall()
|
D | BluetoothPhoneServiceTest.java | 743 mBluetoothPhoneService.mCallsManagerListener.onCallRemoved(activeCall); in testOnCallRemoved()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallList.java | 39 public void onCallRemoved(Call call) {} in onCallRemoved() method in TestCallList.Listener 146 l.onCallRemoved(call); in removeCall()
|
D | TestInCallServiceImpl.java | 51 public void onCallRemoved(Phone phone, Call call) {
|
D | TestInCallUI.java | 47 public void onCallRemoved(Call call) { in onCreate()
|
D | CallListAdapter.java | 40 public void onCallRemoved(Call call) {
|