Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java54 public void onCallDestroyed(Call call) {}; in onCallDestroyed() method in MockInCallService.InCallServiceCallbacks
115 public void onCallDestroyed(Call call) {
116 super.onCallDestroyed(call);
118 getCallbacks().onCallDestroyed(call);
DBaseTelecomTestWithMockServices.java195 public void onCallDestroyed(Call call) { in setupCallbacks()