Searched defs:onCallRemoved (Results 1 - 14 of 14) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallWakeLockController.java47 public void onCallRemoved(Call call) { method in class:InCallWakeLockController
H A DProximitySensorManager.java40 public void onCallRemoved(Call call) { method in class:ProximitySensorManager
48 super.onCallRemoved(call);
H A DStatusBarNotifier.java49 public void onCallRemoved(Call call) { method in class:StatusBarNotifier
H A DHeadsetMediaButton.java137 public void onCallRemoved(Call call) { method in class:HeadsetMediaButton
150 onCallRemoved(call);
H A DPhoneStateBroadcaster.java61 public void onCallRemoved(Call call) { method in class:PhoneStateBroadcaster
H A DCallsManagerListenerBase.java32 public void onCallRemoved(Call call) { method in class:CallsManagerListenerBase
H A DCallAudioManager.java127 public void onCallRemoved(Call call) { method in class:CallAudioManager
H A DInCallController.java673 public void onCallRemoved(Call call) { method in class:InCallController
674 Log.i(this, "onCallRemoved: %s", call);
H A DCallsManager.java96 void onCallRemoved(Call call); method in interface:CallsManager.CallsManagerListener
1815 Trace.beginSection(listener.getClass().toString() + " onCallRemoved");
1817 listener.onCallRemoved(call);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallServiceImpl.java51 public void onCallRemoved(Call call) { method in class:InCallServiceImpl
52 InCallPresenter.getInstance().onCallRemoved(call);
H A DExternalCallList.java57 public void onCallRemoved(Call telecomCall) { method in class:ExternalCallList
H A DCallList.java105 public void onCallRemoved(android.telecom.Call telecomCall) { method in class:CallList
H A DInCallPresenter.java608 public void onCallRemoved(android.telecom.Call call) { method in class:InCallPresenter
611 mExternalCallList.onCallRemoved(call);
613 mCallList.onCallRemoved(call);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java39 public void onCallRemoved(Call call) {} method in class:TestCallList.Listener
146 l.onCallRemoved(call);

Completed in 135 milliseconds