Searched refs:getChildCallIds (Results 1 – 2 of 2) sorted by relevance
65 String.valueOf(call.getChildCallIds().size())); in onStateChange()123 ArrayList<Call> calls = new ArrayList<>(currentCall.getChildCallIds().size()); in update()124 for (String callerId : currentCall.getChildCallIds()) { in update()
575 public List<String> getChildCallIds() { in getChildCallIds() method in Call