Home
last modified time | relevance | path

Searched refs:newVideoState (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
66 boolean isVideoCall = VideoProfile.isVideo(newVideoState); in onSessionModifyRequestReceived()
70 "ImsVideoTech.onSessionModifyRequestReceived", "call downgraded to %d", newVideoState); in onSessionModifyRequestReceived()
71 } else if (previousVideoState != newVideoState) { in onSessionModifyRequestReceived()
72 requestedVideoState = newVideoState; in onSessionModifyRequestReceived()
80 "ImsVideoTech.onSessionModifyRequestReceived", "call updated to %d", newVideoState); in onSessionModifyRequestReceived()
DImsVideoTech.java150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() local
151 if (newVideoState != previousVideoState in onCallStateChanged()
156 previousVideoState = newVideoState; in onCallStateChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java318 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
320 .videoStateToString(newVideoState)); in onSessionModifyRequestReceived()
323 VideoProfile.isReceptionEnabled(newVideoState); in onSessionModifyRequestReceived()
401 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() argument
405 VideoProfile.videoStateToString(newVideoState), call.getId()); in onVideoStateChanged()
410 mCallsManager.isSpeakerphoneAutoEnabledForVideoCalls(newVideoState)) { in onVideoStateChanged()
413 VideoProfile.videoStateToString(newVideoState)); in onVideoStateChanged()
DCallsManagerListenerBase.java90 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() argument
DCallDiagnosticServiceController.java134 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
DCall.java194 default void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}; in onVideoStateChanged() argument
275 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged() argument
4774 public void maybeEnableSpeakerForVideoUpgrade(@VideoProfile.VideoState int newVideoState) {
4775 if (mCallsManager.isSpeakerphoneAutoEnabledForVideoCalls(newVideoState)) {
DCallsManager.java239 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() argument
1364 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged() argument
1366 listener.onVideoStateChanged(call, previousVideoState, newVideoState); in onVideoStateChanged()
DInCallController.java966 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java785 int newVideoState = call.getVideoState(); in adjustVideoMode() local
791 newVideoState); in adjustVideoMode()
798 newVideoState, in adjustVideoMode()
817 call, isCameraRequired(newVideoState, call.getVideoTech().getSessionModificationState())); in adjustVideoMode()
820 currentVideoState = newVideoState; in adjustVideoMode()
825 if (!isVideoCall(previousVideoState) && isVideoCall(newVideoState)) { in adjustVideoMode()
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/
DTransactionalCallSequencingAdapter.java69 public void setAnswered(Call call, int newVideoState, in setAnswered() argument
74 false /* wasForegroundActive */, newVideoState, receiver, in setAnswered()