Searched refs:onCallDestroyed (Results 1 – 3 of 3) sorted by relevance
56 public void onCallDestroyed(Call call) {}; in onCallDestroyed() method in MockInCallService.InCallServiceCallbacks129 public void onCallDestroyed(Call call) {130 super.onCallDestroyed(call);132 getCallbacks().onCallDestroyed(call);
485 public void onCallDestroyed(Call call) { in setupCallbacks()
55 public void onCallDestroyed(Call call) { in onCallDestroyed() method in SelfManagedAwareInCallService.CallCallback