HomeSort by relevance Sort by last modified time
    Searched refs:onCallRemoved (Results 1 - 25 of 41) sorted by null

1 2

  /packages/services/Telecomm/src/com/android/server/telecom/
ProximitySensorManager.java 41 public void onCallRemoved(Call call) {
49 super.onCallRemoved(call);
InCallWakeLockController.java 48 public void onCallRemoved(Call call) {
CallsManagerListenerBase.java 32 public void onCallRemoved(Call call) {
StatusBarNotifier.java 50 public void onCallRemoved(Call call) {
HeadsetMediaButton.java 154 public void onCallRemoved(Call call) {
167 onCallRemoved(call);
PhoneStateBroadcaster.java 62 public void onCallRemoved(Call call) {
  /packages/apps/Car/Stream/src/com/android/car/stream/telecom/
StreamInCallService.java 42 void onCallRemoved(Call call);
82 public void onCallRemoved(Call call) {
84 mCallback.onCallRemoved(call);
CurrentCallStreamProducer.java 107 public void onCallRemoved(Call call) {
  /packages/apps/Dialer/java/com/android/incallui/
InCallServiceImpl.java 57 public void onCallRemoved(Call call) {
58 InCallPresenter.getInstance().onCallRemoved(call);
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallService.java 117 public void onCallRemoved(Call call) {
118 super.onCallRemoved(call);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
InCallServiceImpl.java 64 public void onCallRemoved(Call telecomCall) {
66 Log.d(TAG, "onCallRemoved: " + telecomCall);
72 super.onCallRemoved(telecomCall);
  /packages/apps/Dialer/java/com/android/incallui/call/
ExternalCallList.java 60 public void onCallRemoved(Call telecomCall) {
63 LogUtil.i("ExternalCallList.onCallRemoved", "attempted to remove unregistered call");
110 onCallRemoved(call);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallWakeLockControllerTest.java 93 mInCallWakeLockController.onCallRemoved(mCall);
103 mInCallWakeLockController.onCallRemoved(mCall);
ProximitySensorManagerTest.java 98 mProximitySensorManager.onCallRemoved(mock(Call.class));
108 mProximitySensorManager.onCallRemoved(mock(Call.class));
CallAudioManagerTest.java 178 mCallAudioManager.onCallRemoved(call);
211 mCallAudioManager.onCallRemoved(call);
259 mCallAudioManager.onCallRemoved(call);
IncomingCallNotifierTest.java 126 mIncomingCallNotifier.onCallRemoved(mRingingCall);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallServiceImpl.java 51 public void onCallRemoved(Phone phone, Call call) {
52 Log.i(TAG, "onCallRemoved: "+call.toString());
CallListAdapter.java 40 public void onCallRemoved(Call call) {
TestCallList.java 41 public void onCallRemoved(Call call) {}
155 l.onCallRemoved(call);
TestInCallUI.java 55 public void onCallRemoved(Call call) {
TestRttActivity.java 145 public void onCallRemoved(Call call) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 50 public void onCallRemoved(Call call, int numCalls) {};
240 public void onCallRemoved(Call call) {
241 super.onCallRemoved(call);
248 getCallbacks().onCallRemoved(call, mCalls.size() + mConferenceCalls.size());
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
ClusterInCallService.java 54 public void onCallRemoved(Call call) {
56 Log.d(TAG, "onCallRemoved");
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 253 public void onCallRemoved(Phone phone, Call call) {
254 InCallService.this.onCallRemoved(call);
458 public void onCallRemoved(Call call) {
Phone.java 90 public void onCallRemoved(Phone phone, Call call) { }
352 listener.onCallRemoved(this, call);

Completed in 508 milliseconds

1 2