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

  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryCallState.java 45 public final boolean isRemotelyHeld;
70 false /* isRemotelyHeld */,
94 boolean isRemotelyHeld,
115 this.isRemotelyHeld = isRemotelyHeld;
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 431 mPrimaryCall.isRemotelyHeld());
582 mCurrentCallState != call.getState() || mIsRemotelyHeld != call.isRemotelyHeld();
583 mIsRemotelyHeld = call.isRemotelyHeld();
614 call.isRemotelyHeld());
786 call.isRemotelyHeld());
867 false /* isRemotelyHeld */);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SurfaceViewVideoCallFragment.java 124 private boolean isRemotelyHeld;
627 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
636 this.isRemotelyHeld = isRemotelyHeld;
    [all...]
VideoCallFragment.java 150 private boolean isRemotelyHeld;
667 boolean shouldShowPreview, boolean shouldShowRemote, boolean isRemotelyHeld) {
677 this.isRemotelyHeld = isRemotelyHeld;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 164 private boolean isRemotelyHeld;
261 isRemotelyHeld = true;
265 isRemotelyHeld = false;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]

Completed in 3375 milliseconds