/packages/apps/Dialer/java/com/android/incallui/ |
D | VideoCallPresenter.java | 124 private boolean isRemotelyHeld = false; field in VideoCallPresenter 419 primaryCall.isRemotelyHeld()); in onCameraPermissionGranted() 578 currentCallState != call.getState() || isRemotelyHeld != call.isRemotelyHeld(); in checkForCallStateChange() 579 isRemotelyHeld = call.isRemotelyHeld(); in checkForCallStateChange() 610 call.isRemotelyHeld()); in checkForCallStateChange() 785 call.isRemotelyHeld()); in adjustVideoMode() 879 boolean isRemotelyHeld) { in showVideoUi() argument 891 isRemotelyHeld); in showVideoUi() 893 videoCallScreen.showVideoViews(showOutgoingVideo, showIncomingVideo, isRemotelyHeld); in showVideoUi()
|
D | CallCardPresenter.java | 494 .setIsRemotelyHeld(primary.isRemotelyHeld()) in updatePrimaryCallState()
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | SurfaceViewVideoCallFragment.java | 124 private boolean isRemotelyHeld; field in SurfaceViewVideoCallFragment 625 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument 634 this.isRemotelyHeld = isRemotelyHeld; in showVideoViews() 952 boolean isResumed = remoteEnabled && !isRemotelyHeld; in updateVideoOffViews() 974 isRemotelyHeld ? R.string.videocall_remotely_held : R.string.videocall_remote_video_off); in updateVideoOffViews()
|
D | VideoCallFragment.java | 153 private boolean isRemotelyHeld; field in VideoCallFragment 689 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument 699 this.isRemotelyHeld = isRemotelyHeld; in showVideoViews() 1116 boolean isResumed = remoteEnabled && !isRemotelyHeld; in updateRemoteOffView() 1138 isRemotelyHeld ? R.string.videocall_remotely_held : R.string.videocall_remote_video_off); in updateRemoteOffView()
|
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/ |
D | PrimaryCallState.java | 98 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/ |
D | DialerCall.java | 213 private boolean isRemotelyHeld; field in DialerCall 357 isRemotelyHeld = true; 361 isRemotelyHeld = false; 1323 public boolean isRemotelyHeld() { in isRemotelyHeld() method in DialerCall 1324 return isRemotelyHeld; in isRemotelyHeld()
|
/packages/apps/Dialer/java/com/android/incallui/video/protocol/ |
D | VideoCallScreen.java | 28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld); in showVideoViews() argument
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | AnswerVideoCallScreen.java | 74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) { in showVideoViews() argument
|
D | SelfManagedAnswerVideoCallScreen.java | 88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {} in showVideoViews() argument
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | TopRow.java | 102 } else if (state.state() == DialerCallState.ACTIVE && state.isRemotelyHeld()) { in getInfo()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioManager.java | 792 return foregroundCall.isRemotelyHeld(); in shouldPlayHoldTone()
|
D | Call.java | 3044 public boolean isRemotelyHeld() { in isRemotelyHeld() method in Call
|