Home
last modified time | relevance | path

Searched defs:newVideoState (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
DImsVideoTech.java150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallAudioManager.java247 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
322 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallsManager.java139 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
831 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCall.java129 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
194 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
3214 public void maybeEnableSpeakerForVideoUpgrade(@VideoProfile.VideoState int newVideoState) { in maybeEnableSpeakerForVideoUpgrade()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java769 int newVideoState = call.getVideoState(); in adjustVideoMode() local