Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java89 List<String> childCallIds, in ParcelableCall() argument
116 mChildCallIds = childCallIds; in ParcelableCall()
345 List<String> childCallIds = new ArrayList<>();
346 source.readList(childCallIds, classLoader);
378 childCallIds,
DCall.java2093 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate() local
2094 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds); in internalUpdate()