Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance
84 List<String> childCallIds, in ParcelableCall() argument110 mChildCallIds = childCallIds; in ParcelableCall()326 List<String> childCallIds = new ArrayList<>();327 source.readList(childCallIds, classLoader);358 childCallIds,
1749 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local1750 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()