Searched defs:conference (Results 1 – 8 of 8) sorted by relevance
329 Conference conference = mConnectionServiceFixtureA.mLatestConference; in testConferenceSetExtras() local370 Conference conference = mConnectionServiceFixtureA.mLatestConference; in testConferenceExtraOperations() local405 Conference conference = mConnectionServiceFixtureA.mLatestConference; in testConferenceICS() local
279 public void conference(String conferenceCallId, String callId) throws RemoteException { in conference() method in ConnectionServiceFixture.FakeConnectionService
347 ImsConference conference = new ImsConference(mConnectionService, conferenceHostConnection, in startConference() local
115 private boolean isFullConference(Conference conference) { in isFullConference()
90 HfpClientConference conference = (HfpClientConference) getConference(); in handleCallChanged() local
287 public void conference(String callId, String otherCallId) { in conference() method in InCallAdapter
983 void conference(final Call call, Call otherCall) { in conference() method in ConnectionServiceWrapper
984 public void conference(Call call, Call otherCall) { in conference() method in CallsManager