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()112 videoTech.setSessionModificationState(newSessionModificationState); in onSessionModifyResponseReceived()119 } else if (videoTech.getSessionModificationState() in onSessionModifyResponseReceived()122 videoTech.setSessionModificationState(SessionModificationState.NO_REQUEST); in onSessionModifyResponseReceived()[all …]
191 private VideoTech videoTech; field in DialerCall572 videoTech = null; in update()1503 if (videoTech == null) { in getVideoTech()1504 videoTech = videoTechManager.getVideoTech(getAccountHandle()); in getVideoTech()1509 selectedAvailableVideoTechType = videoTech.getVideoTechType(); in getVideoTech()1512 return videoTech; in getVideoTech()1968 for (VideoTech videoTech : videoTechs) { in dispatchCallStateChanged()1969 videoTech.onCallStateChanged(context, newState, phoneAccountHandle); in dispatchCallStateChanged()1974 for (VideoTech videoTech : videoTechs) { in dispatchRemovedFromCallList()1975 videoTech.onRemovedFromCallList(); in dispatchRemovedFromCallList()