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

  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConferenceTest.java 43 * {@link CtsRemoteConnectionService}. Then we create a remote conference on the
45 * object. The onConference method on the managerConnectionService will initiate a remote conference
46 * creation on the remoteConnectionService and once that is completed, we create a local conference
78 fail("The 2 participating calls should contain the conference call as its parent");
81 fail("The conference call should contain the 2 participating calls as its children");
214 public void onStateChanged(RemoteConference conference, int oldState, int newState) {
215 super.onStateChanged(conference, oldState, newState);
216 callbackInvoker.invoke(conference, oldState, newState);
240 public void onDisconnected(RemoteConference conference,
242 super.onDisconnected(conference, disconnectCause)
    [all...]
BaseRemoteTelecomTest.java 174 fail("No outgoing conference requested by Telecom");
179 // Return the newly created conference object to the caller
180 MockConference conference = remoteConnectionService.conferences.get(0); local
181 setAndVerifyConferenceForOutgoingCall(conference);
182 return conference;
203 void assertRemoteConferenceState(final RemoteConference conference, final int state) {
213 return conference.getState();
217 "Remote Conference should be in state " + state
MockConnectionService.java 129 MockConference conference = new MockConference( local
131 CtsConnectionService.addConferenceToTelecom(conference);
132 conferences.add(conference);
152 public void onRemoteConferenceAdded(RemoteConference conference) {
154 remoteConferences.add(conference);
CtsConnectionService.java 22 import android.telecom.Conference;
129 public static void addConferenceToTelecom(Conference conference) {
131 sTelecomConnectionService.addConference(conference);
170 public void onRemoteConferenceAdded(RemoteConference conference) {
173 sConnectionService.onRemoteConferenceAdded(conference);
CtsRemoteConnectionService.java 22 import android.telecom.Conference;
129 public static void addConferenceToTelecom(Conference conference) {
131 sTelecomConnectionService.addConference(conference);
BaseTelecomTestWithMockServices.java 41 import android.telecom.Conference;
587 call1.conference(call2);
595 fail("Conference addition failed.");
616 fail("Conference split failed");
627 fail("No outgoing conference requested by Telecom");
632 // Return the newly created conference object to the caller
633 MockConference conference = connectionService.conferences.get(0); local
634 setAndVerifyConferenceForOutgoingCall(conference);
635 return conference;
638 void setAndVerifyConferenceForOutgoingCall(MockConference conference) {
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 68 public void onRemoteConferenceAdded(RemoteConference conference) {
  /external/webrtc/webrtc/tools/rtcbot/test/
three_bots_video_conference.js 9 // A video conference between 3 bots streaming video and audio between
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 765 callOne.conference(callTwo);
    [all...]
  /device/generic/goldfish/ril/
reference-ril.c 545 // Hang up, reject, conference, call waiting
553 static char conference[] = "AT+CHLD=3"; local
584 atCommand = conference;
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 183 Return<void> conference(int32_t serial);
1087 Return<void> RadioImpl_1_4::conference(int32_t serial) { function in class:RadioImpl_1_4
    [all...]

Completed in 331 milliseconds