HomeSort by relevance Sort by last modified time
    Searched refs:conference (Results 51 - 75 of 83) sorted by null

1 23 4

  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 212 * For acceptable quality of web video streaming and video-conference
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 293 // multi-way conference calls due to DIAL being sent out before SWITCH is processed
587 public void conference() { method in class:GsmCdmaCallTracker
589 mCi.conference(obtainCompleteMessage(EVENT_CONFERENCE_RESULT));
    [all...]
CommandsInterface.java 938 void conference (Message result); method in interface:CommandsInterface
    [all...]
GsmCdmaPhone.java 757 public void conference() { method in class:GsmCdmaPhone
759 logd("conference() - delegated to IMS phone");
761 mImsPhone.conference();
768 mCT.conference();
771 loge("conference: not possible in CDMA");
955 conference(); method
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 270 public void conference(Message result) {
GSMPhoneTest.java.broken 693 // Conference the two
694 mGSMPhone.conference();
737 // Hangup conference call, ringing call still around
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 641 // testAddCallToConference{1,2} differ in the order of arguments to InCallAdapter#conference
642 mInCallServiceFixtureX.getInCallAdapter().conference(
660 .conference(callId3.mCallId, conferenceCall.getId());
    [all...]
BluetoothPhoneServiceTest.java 93 // Add all held calls to a conference
279 // transitioning into a conference.
280 // Call has been put into a CDMA "conference" with one call on hold.
328 // Call has been put into a CDMA "conference" with one call on hold.
370 // Call is in a true CDMA conference
    [all...]
TelecomSystemTest.java 385 inCallAdapter.conference(callId1.mCallId, callId2.mCallId);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 422 Log.w(this, "Attempting to add a conference call using an existing " +
430 // we'll get a add conference msg from both the remote connection service
439 // IMS conference state.
441 Log.d(this, "Attempting to add a conference with no valid calls");
456 // Conference was added via a connection manager, see if its original id is
465 // Check to see if this conference has already been added.
469 // We are currently attempting to add the conference via a connection mgr,
486 Log.d(this, "adding children to conference %s phAcc %s",
1432 void conference(final Call call, Call otherCall) { method in class:ConnectionServiceWrapper
    [all...]
Call.java 35 import android.telecom.Conference;
425 // the notion of the current "active" call within the conference call. This maintains the
469 * For {@link Connection}s or {@link android.telecom.Conference}s added via a ConnectionManager
471 * Connection)} or {@link android.telecom.ConnectionService#addConference(Conference)},
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 727 public void conference(Message result) { method in class:SimulatedCommandsVerifier
SimulatedCommands.java 726 public void conference (Message result) { method in class:SimulatedCommands
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 1121 public void conference() throws CallStateException { method in class:PhoneMock
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 253 mUiCallManager.conference(call, secondaryCall);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 443 mRILUnderTest.conference(obtainMessage());
444 verify(mRadioProxy).conference(mSerialNumberCaptor.capture());
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 513 // Hang up, reject, conference, call waiting
521 static char conference[] = "AT+CHLD=3"; local
552 atCommand = conference;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 765 callOne.conference(callTwo);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 133 // call, in other words, it punts on network-mediated conference calling.
175 // can be part of a conference, whether another call can be added, and
445 * Handles a change in the state of conference participant(s), as reported by the
617 * Indicates whether this connection supports being a part of a conference..
622 * Indicates whether managing conference call is supported after this connection being
623 * a part of a IMS conference.
704 * Notifies this Connection of a request to disconnect a participant of the conference managed
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 739 // Set the Phone Call State to conference
752 log("mergeCalls(): calling cm.conference()...");
753 cm.conference(cm.getFirstActiveBgCall());
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1869 milliseconds

1 23 4