HomeSort by relevance Sort by last modified time
    Searched defs:parentCall (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 357 android.telecom.Call parentCall = mTelecommCall.getParent();
358 if (parentCall != null) {
359 return CallList.getInstance().getCallByTelecommCall(parentCall).getId();
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 453 Call parentCall = call.getParentCall();
454 if (parentCall != null) {
455 parentCallId = mCallIdMapper.getCallId(parentCall);

Completed in 703 milliseconds