Home
last modified time | relevance | path

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

/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/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java74 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsThirdPartyInCallService
76 super.onCallRemoved(call); in onCallRemoved()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java51 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in MockInCallService.InCallServiceCallbacks
259 public void onCallRemoved(Call call) { in onCallRemoved() method in MockInCallService
260 super.onCallRemoved(call); in onCallRemoved()
267 getCallbacks().onCallRemoved(call, mCalls.size() + mConferenceCalls.size()); in onCallRemoved()
DBaseTelecomTestWithMockServices.java316 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()
/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/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java64 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsCarModeInCallService