Searched refs:onCallDestroyed (Results 1 – 2 of 2) sorted by relevance
54 public void onCallDestroyed(Call call) {}; in onCallDestroyed() method in MockInCallService.InCallServiceCallbacks115 public void onCallDestroyed(Call call) {116 super.onCallDestroyed(call);118 getCallbacks().onCallDestroyed(call);
195 public void onCallDestroyed(Call call) { in setupCallbacks()