Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java77 List<String> childCallIds, in ParcelableCall() argument
99 mChildCallIds = childCallIds; in ParcelableCall()
286 List<String> childCallIds = new ArrayList<>();
287 source.readList(childCallIds, classLoader);
311 childCallIds,
DCall.java1035 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local
1036 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()