Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance
171 public ParcelableCallBuilder setChildCallIds(List<String> childCallIds) { in setChildCallIds() argument172 mChildCallIds = childCallIds; in setChildCallIds()360 List<String> childCallIds, in ParcelableCall() argument392 mChildCallIds = childCallIds; in ParcelableCall()661 List<String> childCallIds = new ArrayList<>();662 source.readList(childCallIds, classLoader, java.lang.String.class);698 .setChildCallIds(childCallIds)
2505 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local2506 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()