Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance
77 List<String> childCallIds, in ParcelableCall() argument99 mChildCallIds = childCallIds; in ParcelableCall()286 List<String> childCallIds = new ArrayList<>();287 source.readList(childCallIds, classLoader);311 childCallIds,
1035 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local1036 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()