Home
last modified time | relevance | path

Searched refs:onCallDestroyed (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java56 public void onCallDestroyed(Call call) {}; in onCallDestroyed() method in MockInCallService.InCallServiceCallbacks
129 public void onCallDestroyed(Call call) {
130 super.onCallDestroyed(call);
132 getCallbacks().onCallDestroyed(call);
DBaseTelecomTestWithMockServices.java485 public void onCallDestroyed(Call call) { in setupCallbacks()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java55 public void onCallDestroyed(Call call) { in onCallDestroyed() method in SelfManagedAwareInCallService.CallCallback