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

/packages/apps/Dialer/java/com/android/incallui/speakeasy/
H A DSpeakEasyCallManager.java39 void onCallRemoved(@NonNull DialerCall call); method in interface:SpeakEasyCallManager
H A DSpeakEasyCallManagerStub.java40 public void onCallRemoved(DialerCall call) {} method in class:SpeakEasyCallManagerStub
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DCallListener.java15 void onCallRemoved(UiCall call); method in interface:CallListener
H A DTelecomActivity.java424 public void onCallRemoved(UiCall call) { method in class:TelecomActivity
426 Log.d(TAG, "onCallRemoved");
431 .onCallRemoved(call));
H A DOngoingCallFragment.java616 public void onCallRemoved(UiCall call) { method in class:OngoingCallFragment
618 Log.d(TAG, "onCallRemoved(); call: " + call);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallWakeLockController.java48 public void onCallRemoved(Call call) { method in class:InCallWakeLockController
H A DProximitySensorManager.java41 public void onCallRemoved(Call call) { method in class:ProximitySensorManager
49 super.onCallRemoved(call);
H A DStatusBarNotifier.java50 public void onCallRemoved(Call call) { method in class:StatusBarNotifier
H A DHeadsetMediaButton.java159 public void onCallRemoved(Call call) { method in class:HeadsetMediaButton
172 onCallRemoved(call);
H A DPhoneStateBroadcaster.java62 public void onCallRemoved(Call call) { method in class:PhoneStateBroadcaster
H A DCallRecordingTonePlayer.java87 public void onCallRemoved(Call call) { method in class:CallRecordingTonePlayer
H A DCallsManagerListenerBase.java32 public void onCallRemoved(Call call) { method in class:CallsManagerListenerBase
H A DCallAudioManager.java134 public void onCallRemoved(Call call) { method in class:CallAudioManager
H A DInCallController.java811 public void onCallRemoved(Call call) { method in class:InCallController
812 Log.i(this, "onCallRemoved: %s", call);
H A DCallsManager.java113 void onCallRemoved(Call call); method in interface:CallsManager.CallsManagerListener
2432 Trace.beginSection(listener.getClass().toString() + " onCallRemoved");
2434 listener.onCallRemoved(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);
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallServiceImpl.java73 public void onCallRemoved(Call call) { method in class:InCallServiceImpl
74 Trace.beginSection("InCallServiceImpl.onCallRemoved");
75 speakEasyCallManager.onCallRemoved(CallList.getInstance().getDialerCallFromTelecomCall(call));
77 InCallPresenter.getInstance().onCallRemoved(call);
H A DInCallPresenter.java679 public void onCallRemoved(android.telecom.Call call) { method in class:InCallPresenter
681 externalCallList.onCallRemoved(call);
683 callList.onCallRemoved(context, call);
/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);
H A DCallList.java306 public void onCallRemoved(Context context, android.telecom.Call telecomCall) { method in class:CallList
324 "CallList.onCallRemoved", "Removing call not previously disconnected " + call.getId());
/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/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DInCallFragment.java165 public void onCallRemoved(UiCall call) { method in class:InCallFragment
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java115 public void onCallRemoved(Call call) { method in class:IncomingCallNotifier
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java41 public void onCallRemoved(Call call) {} method in class:TestCallList.Listener
155 l.onCallRemoved(call);

Completed in 1746 milliseconds