Searched defs:videoCall (Results 1 – 5 of 5) sorted by relevance
188 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoRequest() local209 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoResponse() local220 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged()
100 private VideoCall videoCall; field in VideoCallPresenter734 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange() local752 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall() local784 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode() local
255 InCallService.VideoCall videoCall = in testAnalyticsVideo() local
260 final Drawable videoCall; field in CallTypeIconsView.Resources