Searched defs:previousVideoState (Results 1 – 6 of 6) sorted by relevance
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| D | InCallVideoCallCallback.java | 52 int previousVideoState = VideoUtils.getUnPausedVideoState(mCall.getVideoState()); in onSessionModifyRequestReceived() local
|
| D | VideoCallPresenter.java | 706 int previousVideoState = mCurrentVideoState; 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 | 248 int previousVideoState = call.getVideoState(); in onSessionModifyRequestReceived() local 327 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() 1955 int previousVideoState = mVideoState; in setVideoState() local
|
| 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()
|