HomeSort by relevance Sort by last modified time
    Searched refs:childCallIds (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 74 List<String> childCallIds,
94 mChildCallIds = childCallIds;
258 List<String> childCallIds = new ArrayList<>();
259 source.readList(childCallIds, classLoader);
281 childCallIds,
Call.java 860 List<String> childCallIds = parcelableCall.getChildCallIds();
861 boolean childrenChanged = !Objects.equals(childCallIds, mChildrenIds);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 501 List<String> childCallIds = new ArrayList<>();
509 childCallIds.add(mCallIdMapper.getCallId(child));
548 childCallIds,

Completed in 42 milliseconds