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.java59 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
DImsVideoTech.java140 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.java255 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
333 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallsManager.java116 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
638 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCall.java122 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
183 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java770 int newVideoState = call.getVideoState(); in adjustVideoMode() local