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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 339 IdPair callId2 = startAndMakeActiveOutgoingCall("650-555-1213",
343 inCallAdapter.conference(callId1.mCallId, callId2.mCallId);
347 ParcelableCall call2 = mInCallServiceFixtureX.getCall(callId2.mCallId);
358 assertTrue(conferenceCall.getChildCallIds().contains(callId2.mCallId));
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 421 public void conference(String callId1, String callId2, Session.Info sessionInfo) {
426 args.arg2 = callId2;
    [all...]

Completed in 321 milliseconds