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 77 List<String> childCallIds,
99 mChildCallIds = childCallIds;
286 List<String> childCallIds = new ArrayList<>();
287 source.readList(childCallIds, classLoader);
311 childCallIds,
Call.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 626 List<String> childCallIds = new ArrayList<>();
634 childCallIds.add(mCallIdMapper.getCallId(child));
673 childCallIds,
    [all...]

Completed in 56 milliseconds