Searched refs:onCallRemoved (Results 1 - 25 of 33) sorted by relevance

12

/packages/services/Telecomm/src/com/android/server/telecom/
H A DProximitySensorManager.java41 public void onCallRemoved(Call call) { method in class:ProximitySensorManager
49 super.onCallRemoved(call);
H A DInCallWakeLockController.java48 public void onCallRemoved(Call call) { method in class:InCallWakeLockController
H A DCallsManagerListenerBase.java32 public void onCallRemoved(Call call) { method in class:CallsManagerListenerBase
H A DStatusBarNotifier.java50 public void onCallRemoved(Call call) { method in class:StatusBarNotifier
H A DHeadsetMediaButton.java154 public void onCallRemoved(Call call) { method in class:HeadsetMediaButton
167 onCallRemoved(call);
H A DPhoneStateBroadcaster.java62 public void onCallRemoved(Call call) { method in class:PhoneStateBroadcaster
H A DBluetoothPhoneServiceImpl.java304 public void onCallRemoved(Call call) {
322 onCallRemoved(call);
681 // NOTE: Indexes are removed in {@link #onCallRemoved}.
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
H A DStreamInCallService.java42 void onCallRemoved(Call call); method in interface:StreamInCallService.InCallServiceCallback
82 public void onCallRemoved(Call call) { method in class:StreamInCallService
84 mCallback.onCallRemoved(call);
H A DCurrentCallStreamProducer.java107 public void onCallRemoved(Call call) { method in class:CurrentCallStreamProducer
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallServiceImpl.java57 public void onCallRemoved(Call call) { method in class:InCallServiceImpl
58 InCallPresenter.getInstance().onCallRemoved(call);
H A DInCallPresenter.java648 public void onCallRemoved(android.telecom.Call call) { method in class:InCallPresenter
650 mExternalCallList.onCallRemoved(call);
652 mCallList.onCallRemoved(mContext, call);
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java64 public void onCallRemoved(Call telecomCall) { method in class:InCallServiceImpl
66 Log.d(TAG, "onCallRemoved: " + telecomCall);
72 super.onCallRemoved(telecomCall);
H A DUiCallManager.java362 listener.onCallRemoved(uiCall);
447 public void onCallRemoved(UiCall call) {} method in class:UiCallManager.CallListener
/packages/apps/Dialer/java/com/android/incallui/call/
H A DExternalCallList.java60 public void onCallRemoved(Call telecomCall) { method in class:ExternalCallList
63 LogUtil.i("ExternalCallList.onCallRemoved", "attempted to remove unregistered call");
110 onCallRemoved(call);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallWakeLockControllerTest.java93 mInCallWakeLockController.onCallRemoved(mCall);
103 mInCallWakeLockController.onCallRemoved(mCall);
H A DProximitySensorManagerTest.java98 mProximitySensorManager.onCallRemoved(mock(Call.class));
108 mProximitySensorManager.onCallRemoved(mock(Call.class));
H A DCallAudioManagerTest.java178 mCallAudioManager.onCallRemoved(call);
211 mCallAudioManager.onCallRemoved(call);
259 mCallAudioManager.onCallRemoved(call);
H A DIncomingCallNotifierTest.java126 mIncomingCallNotifier.onCallRemoved(mRingingCall);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallServiceImpl.java51 public void onCallRemoved(Phone phone, Call call) {
52 Log.i(TAG, "onCallRemoved: "+call.toString());
H A DCallListAdapter.java40 public void onCallRemoved(Call call) {
H A DTestCallList.java41 public void onCallRemoved(Call call) {} method in class:TestCallList.Listener
155 l.onCallRemoved(call);
H A DTestInCallUI.java55 public void onCallRemoved(Call call) {
H A DTestRttActivity.java145 public void onCallRemoved(Call call) {
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DClusterInCallService.java54 public void onCallRemoved(Call call) { method in class:ClusterInCallService
56 Log.d(TAG, "onCallRemoved");
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java115 public void onCallRemoved(Call call) { method in class:IncomingCallNotifier

Completed in 449 milliseconds

12