Searched refs:mConnectionService (Results 1 – 3 of 3) sorted by relevance
136 private final IConnectionService mConnectionService; field in RemoteConference155 mConnectionService = connectionService; in RemoteConference()400 mConnectionService.disconnect(mId); in disconnect()415 mConnectionService.splitFromConference(connection.getId()); in separate()433 mConnectionService.mergeConference(mId); in merge()449 mConnectionService.swapConference(mId); in swap()459 mConnectionService.hold(mId); in hold()469 mConnectionService.unhold(mId); in unhold()492 mConnectionService.playDtmfTone(mId, digit); in playDtmfTone()504 mConnectionService.stopDtmfTone(mId); in stopDtmfTone()[all …]
586 private IConnectionService mConnectionService; field in RemoteConnection624 mConnectionService = connectionService; in RemoteConnection()635 mConnectionService = connectionService; in RemoteConnection()848 mConnectionService.abort(mConnectionId); in abort()860 mConnectionService.answer(mConnectionId); in answer()874 mConnectionService.answerVideo(mConnectionId, videoState); in answer()886 mConnectionService.reject(mConnectionId); in reject()898 mConnectionService.hold(mConnectionId); in hold()910 mConnectionService.unhold(mConnectionId); in unhold()922 mConnectionService.disconnect(mConnectionId); in disconnect()[all …]
1240 private ConnectionService mConnectionService; field in Connection1817 if (mConnectionService != null) { in setConnectionService()1821 mConnectionService = connectionService; in setConnectionService()1829 if (mConnectionService != connectionService) { in unsetConnectionService()1833 mConnectionService = null; in unsetConnectionService()1841 return mConnectionService; in getConnectionService()1857 if (mConnectionService != null && mConnectionService.containsConference(conference)) { in setConference()