Searched defs:previousVideoState (Results 1 – 7 of 7) sorted by relevance
| /packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
| D | ImsVideoCallCallback.java | 62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState()); in onSessionModifyRequestReceived() local
|
| D | ImsVideoTech.java | 45 private int previousVideoState = VideoProfile.STATE_AUDIO_ONLY; field in ImsVideoTech
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | CallsManagerListenerBase.java | 90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | CallAudioManager.java | 296 int previousVideoState = call.getVideoState(); in onSessionModifyRequestReceived() local 380 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | CallsManager.java | 208 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 1147 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | Call.java | 149 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged() 229 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() 3945 int previousVideoState = mVideoState; in setVideoState() local
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| D | VideoCallPresenter.java | 819 int previousVideoState = currentVideoState; in adjustVideoMode() local
|