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.java90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallAudioManager.java311 int previousVideoState = call.getVideoState(); in onSessionModifyRequestReceived() local
395 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallsManager.java210 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
1257 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCall.java176 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged()
256 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
4154 int previousVideoState = mVideoState; in setVideoState() local
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java819 int previousVideoState = currentVideoState; in adjustVideoMode() local