Searched refs:getParentCallId (Results 1 – 9 of 9) sorted by relevance
391 if (connection.getParentCallId() != null) {392 RemoteConference parentConf = mConferenceById.get(connection.getParentCallId());402 connection.getParentCallId(), parentConf.getId());
226 public final String getParentCallId() { in getParentCallId() method in ParcelableConnection
516 public String getParentCallId() { in getParentCallId() method in ParcelableCall
2487 String parentId = parcelableCall.getParentCallId(); in internalUpdate()
426 assertNotNull(call1.getParentCallId()); in makeConferenceCall()427 assertNotNull(call2.getParentCallId()); in makeConferenceCall()428 assertEquals(call1.getParentCallId(), call2.getParentCallId()); in makeConferenceCall()431 String parentCallId = call1.getParentCallId(); in makeConferenceCall()
705 assertEquals(conferenceCall.getId(), call3.getParentCallId()); in testAddCallToConference1()722 assertEquals(conferenceCall.getId(), call3.getParentCallId()); in testAddCallToConference2()
931 && connection.getParentCallId() == null) { in addExistingConnection()
4494 if (!TextUtils.isEmpty(connection.getParentCallId())) {4495 String parentId = connection.getParentCallId();
55564 Landroid/telecom/ParcelableCall;->getParentCallId()Ljava/lang/String;55677 Landroid/telecom/ParcelableConnection;->getParentCallId()Ljava/lang/String;