HomeSort by relevance Sort by last modified time
    Searched refs:previousVideoState (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoCallCallback.java 62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState());
65 boolean wasVideoCall = VideoProfile.isVideo(previousVideoState);
71 } else if (previousVideoState != newVideoState) {
ImsVideoTech.java 46 private int previousVideoState = VideoProfile.STATE_AUDIO_ONLY;
151 if (newVideoState != previousVideoState
156 previousVideoState = newVideoState;
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManagerListenerBase.java 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
CallAudioManager.java 266 int previousVideoState = call.getVideoState();
271 boolean isUpgradeRequest = !VideoProfile.isReceptionEnabled(previousVideoState) &&
345 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
348 "foreground.", VideoProfile.videoStateToString(previousVideoState),
353 if (!VideoProfile.isVideo(previousVideoState) &&
356 " to %s", call.getId(), VideoProfile.videoStateToString(previousVideoState),
Call.java 128 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
191 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {}
    [all...]
InCallController.java 660 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
    [all...]
CallsManager.java 125 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
706 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
708 listener.onVideoStateChanged(call, previousVideoState, newVideoState);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 566 "shouldShowVideoUi: %b, hasVideoStateChanged: %b, isVideoMode: %b, previousVideoState: %s,"
810 int previousVideoState = currentVideoState;
816 if (!isVideoCall(previousVideoState) && isVideoCall(newVideoState)) {
    [all...]

Completed in 349 milliseconds