Searched refs:onCallRemoved (Results 1 – 2 of 2) sorted by relevance
49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in MockInCallService.InCallServiceCallbacks193 public void onCallRemoved(Call call) { in onCallRemoved() method in MockInCallService194 super.onCallRemoved(call); in onCallRemoved()201 getCallbacks().onCallRemoved(call, mCalls.size() + mConferenceCalls.size()); in onCallRemoved()
172 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()