Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
DImsVideoTech.java150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() local
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/
DTransactionalCallSequencingAdapter.java69 public void setAnswered(Call call, int newVideoState, in setAnswered()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallAudioManager.java318 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
401 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCallsManager.java239 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
1364 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
DCall.java194 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged()
275 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java785 int newVideoState = call.getVideoState(); in adjustVideoMode() local