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

  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 124 String parentCallId = null;
127 parentCallId = parentCall.getId();
180 parentCallId,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 396 String parentCallId = call1.getParentCallId();
397 ParcelableCall conferenceCall = mInCallServiceFixtureX.getCall(parentCallId);
    [all...]

Completed in 65 milliseconds