Home
last modified time | relevance | path

Searched refs:childCallIds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java84 List<String> childCallIds, in ParcelableCall() argument
110 mChildCallIds = childCallIds; in ParcelableCall()
326 List<String> childCallIds = new ArrayList<>();
327 source.readList(childCallIds, classLoader);
358 childCallIds,
DCall.java1749 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local
1750 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()