Searched defs:newVideoState (Results 1 – 7 of 7) sorted by relevance
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| D | InCallVideoCallCallback.java | 53 int newVideoState = VideoUtils.getUnPausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
|
| D | Call.java | 592 private void maybeCancelVideoUpgrade(int newVideoState) { in maybeCancelVideoUpgrade()
|
| D | VideoCallPresenter.java | 684 int newVideoState = call.getVideoState(); in adjustVideoMode() local
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | CallsManagerListenerBase.java | 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | CallAudioManager.java | 249 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local 327 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | CallsManager.java | 106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 499 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
| D | Call.java | 106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 163 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
|