Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance
89 List<String> childCallIds, in ParcelableCall() argument116 mChildCallIds = childCallIds; in ParcelableCall()345 List<String> childCallIds = new ArrayList<>();346 source.readList(childCallIds, classLoader);378 childCallIds,
2093 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local2094 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()