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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 222 public void conference(String callId1, String callId2) {
224 args.arg1 = callId1;
382 String callId1 = (String) args.arg1;
384 conference(callId1, callId2);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 305 IdPair callId1 = startAndMakeActiveOutgoingCall("650-555-1212",
312 inCallAdapter.conference(callId1.mCallId, callId2.mCallId);
315 ParcelableCall call1 = mInCallServiceFixtureX.getCall(callId1.mCallId);
326 assertTrue(conferenceCall.getChildCallIds().contains(callId1.mCallId));
    [all...]

Completed in 64 milliseconds