Home
last modified time | relevance | path

Searched defs:newVideoState (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallVideoCallCallback.java53 int newVideoState = VideoUtils.getUnPausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
DCall.java592 private void maybeCancelVideoUpgrade(int newVideoState) { in maybeCancelVideoUpgrade()
DVideoCallPresenter.java684 int newVideoState = call.getVideoState(); in adjustVideoMode() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallAudioManager.java249 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
327 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallsManager.java106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
499 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCall.java106 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
163 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()