Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance
79 List<String> childCallIds, in ParcelableCall() argument102 mChildCallIds = childCallIds; in ParcelableCall()295 List<String> childCallIds = new ArrayList<>();296 source.readList(childCallIds, classLoader);322 childCallIds,
1402 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local1403 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()