Searched defs:previousVideoState (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
H A D | ImsVideoCallCallback.java | 62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState()); in onSessionModifyRequestReceived() local
|
H A D | ImsVideoTech.java | 45 private int previousVideoState = VideoProfile.STATE_AUDIO_ONLY; field in ImsVideoTech
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManagerListenerBase.java | 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | CallAudioManager.java | 254 int previousVideoState = call.getVideoState(); in onSessionModifyRequestReceived() local 338 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | CallsManager.java | 173 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 1015 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | Call.java | 146 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 219 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() 3636 int previousVideoState = mVideoState; in setVideoState() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | VideoCallPresenter.java | 819 int previousVideoState = currentVideoState; in adjustVideoMode() local
|