Home
last modified time | relevance | path

Searched refs:isRemotelyHeld (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java124 private boolean isRemotelyHeld = false; field in VideoCallPresenter
430 primaryCall.isRemotelyHeld()); in onCameraPermissionGranted()
594 currentCallState != call.getState() || isRemotelyHeld != call.isRemotelyHeld(); in checkForCallStateChange()
595 isRemotelyHeld = call.isRemotelyHeld(); in checkForCallStateChange()
626 call.isRemotelyHeld()); in checkForCallStateChange()
801 call.isRemotelyHeld()); in adjustVideoMode()
895 boolean isRemotelyHeld) { in showVideoUi() argument
907 isRemotelyHeld); in showVideoUi()
909 videoCallScreen.showVideoViews(showOutgoingVideo, showIncomingVideo, isRemotelyHeld); in showVideoUi()
DCallCardPresenter.java494 .setIsRemotelyHeld(primary.isRemotelyHeld()) in updatePrimaryCallState()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java153 private boolean isRemotelyHeld; field in VideoCallFragment
725 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
740 if (this.isRemotelyHeld != isRemotelyHeld) { in showVideoViews()
741 this.isRemotelyHeld = isRemotelyHeld; in showVideoViews()
1160 boolean isResumed = remoteEnabled && !isRemotelyHeld; in updateRemoteOffView()
1182 isRemotelyHeld ? R.string.videocall_remotely_held : R.string.videocall_remote_video_off); in updateRemoteOffView()
DSurfaceViewVideoCallFragment.java124 private boolean isRemotelyHeld; field in SurfaceViewVideoCallFragment
624 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
633 this.isRemotelyHeld = isRemotelyHeld; in showVideoViews()
951 boolean isResumed = remoteEnabled && !isRemotelyHeld; in updateVideoOffViews()
973 isRemotelyHeld ? R.string.videocall_remotely_held : R.string.videocall_remote_video_off); in updateVideoOffViews()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DPrimaryCallState.java98 public abstract boolean isRemotelyHeld(); in isRemotelyHeld() method in PrimaryCallState
181 public abstract Builder setIsRemotelyHeld(boolean isRemotelyHeld); in setIsRemotelyHeld() argument
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java215 private boolean isRemotelyHeld; field in DialerCall
359 isRemotelyHeld = true;
363 isRemotelyHeld = false;
1327 public boolean isRemotelyHeld() { in isRemotelyHeld() method in DialerCall
1328 return isRemotelyHeld; in isRemotelyHeld()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreen.java28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
DSelfManagedAnswerVideoCallScreen.java88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java104 } else if (state.state() == DialerCallState.ACTIVE && state.isRemotelyHeld()) { in getInfo()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java852 return foregroundCall.isRemotelyHeld(); in shouldPlayHoldTone()
DCall.java3596 public boolean isRemotelyHeld() { in isRemotelyHeld() method in Call