Searched refs:videoTech (Results 1 – 2 of 2) sorted by relevance
39 private final ImsVideoTech videoTech; field in ImsVideoCallCallback47 ImsVideoTech videoTech, in ImsVideoCallCallback() argument52 this.videoTech = videoTech; in ImsVideoCallCallback()74 videoTech.setSessionModificationState( in onSessionModifyRequestReceived()81 videoTech.acceptVideoRequest(context); in onSessionModifyRequestReceived()102 videoTech.getSessionModificationState()); in onSessionModifyResponseReceived()104 if (videoTech.getSessionModificationState() in onSessionModifyResponseReceived()114 videoTech.setSessionModificationState(newSessionModificationState); in onSessionModifyResponseReceived()125 if (videoTech.getSessionModificationState() == newSessionModificationState) { in onSessionModifyResponseReceived()127 videoTech.setSessionModificationState(SessionModificationState.NO_REQUEST); in onSessionModifyResponseReceived()[all …]
189 private VideoTech videoTech; field in DialerCall567 videoTech = null; in update()1498 if (videoTech == null) { in getVideoTech()1499 videoTech = videoTechManager.getVideoTech(getAccountHandle()); in getVideoTech()1504 selectedAvailableVideoTechType = videoTech.getVideoTechType(); in getVideoTech()1507 return videoTech; in getVideoTech()1961 for (VideoTech videoTech : videoTechs) { in dispatchCallStateChanged()1962 videoTech.onCallStateChanged(context, newState, phoneAccountHandle); in dispatchCallStateChanged()1967 for (VideoTech videoTech : videoTechs) { in dispatchRemovedFromCallList()1968 videoTech.onRemovedFromCallList(); in dispatchRemovedFromCallList()