Home
last modified time | relevance | path

Searched refs:onCallRemoved (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in InCallServiceStateValidator.InCallServiceCallbacks
158 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceStateValidator
159 super.onCallRemoved(call); in onCallRemoved()
167 getCallbacks().onCallRemoved(call, mCalls.size()); in onCallRemoved()
DDomainSelectionCallingBase.java275 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved() method in DomainSelectionCallingBase.ServiceCallBack
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java55 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsApi29InCallService
56 super.onCallRemoved(call); in onCallRemoved()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java126 public void onCallRemoved(Call call) { in onCallRemoved() method in SelfManagedAwareInCallService
127 super.onCallRemoved(call); in onCallRemoved()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java92 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsThirdPartyInCallService
94 super.onCallRemoved(call); in onCallRemoved()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java59 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in MockInCallService.InCallServiceCallbacks
292 public void onCallRemoved(Call call) { in onCallRemoved() method in MockInCallService
294 super.onCallRemoved(call); in onCallRemoved()
304 getCallbacks().onCallRemoved(call, sCalls.size() + mConferenceCalls.size()); in onCallRemoved()
DBaseTelecomTestWithMockServices.java497 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DCujInCallService.java66 public void onCallRemoved(Call call) { in onCallRemoved() method in CujInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java73 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsCarModeInCallService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java515 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved() method in ImsCallingBase.ServiceCallBack
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt14119 method @Deprecated public void onCallRemoved(android.telecom.Phone, android.telecom.Call);
Dcurrent.txt42976 method public void onCallRemoved(android.telecom.Call);