Home
last modified time | relevance | path

Searched defs:videoCall (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java186 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoRequest() local
207 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoResponse() local
218 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java717 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange() local
735 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall() local
768 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode() local
831 private void enableCamera(VideoCall videoCall, boolean isCameraRequired) { in enableCamera()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java212 InCallService.VideoCall videoCall = in testAnalyticsVideo() local
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallTypeIconsView.java220 final Drawable videoCall; field in CallTypeIconsView.Resources
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/embedded/
DTelecomUiCallManager.java361 public void onVideoCallChanged(Call telecomCall, VideoCall videoCall) { in onVideoCallChanged()