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

  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreen.java 28 void showVideoViews(boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld);
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryCallState.java 45 public final boolean isRemotelyHeld;
69 false /* isRemotelyHeld */,
92 boolean isRemotelyHeld,
112 this.isRemotelyHeld = isRemotelyHeld;
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 430 mPrimaryCall.isRemotelyHeld());
581 mCurrentCallState != call.getState() || mIsRemotelyHeld != call.isRemotelyHeld();
582 mIsRemotelyHeld = call.isRemotelyHeld();
613 call.isRemotelyHeld());
785 call.isRemotelyHeld());
866 false /* isRemotelyHeld */);
    [all...]
CallCardPresenter.java 477 mPrimary.isRemotelyHeld(),
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 74 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
SelfManagedAnswerVideoCallScreen.java 88 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {}
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SurfaceViewVideoCallFragment.java 127 private boolean isRemotelyHeld;
630 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
639 this.isRemotelyHeld = isRemotelyHeld;
    [all...]
VideoCallFragment.java 152 private boolean isRemotelyHeld;
651 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
659 this.isRemotelyHeld = isRemotelyHeld;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 154 private boolean isRemotelyHeld;
248 isRemotelyHeld = true;
252 isRemotelyHeld = false;
951 public boolean isRemotelyHeld() {
952 return isRemotelyHeld;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
TopRow.java 86 } else if (state.state == State.ACTIVE && state.isRemotelyHeld) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 733 return foregroundCall.isRemotelyHeld();
Call.java     [all...]

Completed in 778 milliseconds