Searched defs:newVideoState (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
D | ImsVideoCallCallback.java | 63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
|
D | ImsVideoTech.java | 150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() 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 | 255 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local 330 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
D | CallsManager.java | 167 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 942 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
D | Call.java | 135 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 204 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() 3733 public void maybeEnableSpeakerForVideoUpgrade(@VideoProfile.VideoState int newVideoState) { in maybeEnableSpeakerForVideoUpgrade()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | VideoCallPresenter.java | 785 int newVideoState = call.getVideoState(); in adjustVideoMode() local
|