Searched refs:onCallRemoved (Results 1 – 6 of 6) sorted by relevance
55 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsApi29InCallService56 super.onCallRemoved(call); in onCallRemoved()
74 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsThirdPartyInCallService76 super.onCallRemoved(call); in onCallRemoved()
126 public void onCallRemoved(Call call) { in onCallRemoved() method in SelfManagedAwareInCallService127 super.onCallRemoved(call); in onCallRemoved()
51 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in MockInCallService.InCallServiceCallbacks263 public void onCallRemoved(Call call) { in onCallRemoved() method in MockInCallService264 super.onCallRemoved(call); in onCallRemoved()271 getCallbacks().onCallRemoved(call, mCalls.size() + mConferenceCalls.size()); in onCallRemoved()
445 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()
71 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsCarModeInCallService