HomeSort by relevance Sort by last modified time
    Searched defs:newVideoState (Results 1 - 15 of 15) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoCallCallback.java 63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState());
66 boolean isVideoCall = VideoProfile.isVideo(newVideoState);
70 "ImsVideoTech.onSessionModifyRequestReceived", "call downgraded to %d", newVideoState);
71 } else if (previousVideoState != newVideoState) {
72 requestedVideoState = newVideoState;
80 "ImsVideoTech.onSessionModifyRequestReceived", "call updated to %d", newVideoState);
ImsVideoTech.java 150 int newVideoState = call.getDetails().getVideoState();
151 if (newVideoState != previousVideoState
156 previousVideoState = newVideoState;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 363 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType());
364 if (newVideoState != connection.getVideoState()) {
365 connection.setVideoState(newVideoState);
369 boolean isCallPullPermitted = isCallPullPermitted(state.isCallPullable(), newVideoState);
ImsPhoneConnection.java 867 int newVideoState = ImsCallProfile
870 if (oldVideoState != newVideoState) {
878 !VideoProfile.isPaused(newVideoState)) {
886 updateVideoState(newVideoState);
894 VideoProfile.isPaused(newVideoState)) {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 567 + " newVideoState: %s",
776 int newVideoState = call.getVideoState();
782 newVideoState);
789 newVideoState,
808 call, isCameraRequired(newVideoState, call.getVideoTech().getSessionModificationState()));
811 currentVideoState = newVideoState;
816 if (!isVideoCall(previousVideoState) && isVideoCall(newVideoState)) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 267 int newVideoState = videoProfile.getVideoState();
269 .videoStateToString(newVideoState));
272 VideoProfile.isReceptionEnabled(newVideoState);
345 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
349 VideoProfile.videoStateToString(newVideoState), call.getId());
354 mCallsManager.isSpeakerphoneAutoEnabledForVideoCalls(newVideoState)) {
357 VideoProfile.videoStateToString(newVideoState));
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 85 milliseconds