Home
last modified time | relevance | path

Searched refs:getChildCallIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DPhone.java382 if (parcelableCall.getChildCallIds() != null) { in checkCallTree()
383 for (int i = 0; i < parcelableCall.getChildCallIds().size(); i++) { in checkCallTree()
384 if (!mCallByTelecomCallId.containsKey(parcelableCall.getChildCallIds().get(i))) { in checkCallTree()
386 parcelableCall.getId(), parcelableCall.getChildCallIds().get(i)); in checkCallTree()
DParcelableCall.java240 public List<String> getChildCallIds() { in getChildCallIds() method in ParcelableCall
DCall.java1749 List<String> childCallIds = parcelableCall.getChildCallIds(); in internalUpdate()
1753 mChildrenIds.addAll(parcelableCall.getChildCallIds()); in internalUpdate()
/frameworks/base/config/
Dboot-image-profile.txt6474 HPLandroid/telecom/ParcelableCall;->getChildCallIds()Ljava/util/List;