Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState()); in onSessionModifyRequestReceived() local
DImsVideoTech.java45 private int previousVideoState = VideoProfile.STATE_AUDIO_ONLY; field in ImsVideoTech
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallAudioManager.java246 int previousVideoState = call.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()
2889 int previousVideoState = mVideoState; in setVideoState() local
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java803 int previousVideoState = currentVideoState; in adjustVideoMode() local