Home | History | Annotate | Download | only in incallui

Lines Matching defs:isRemotelyHeld

431         mPrimaryCall.isRemotelyHeld());
582 mCurrentCallState != call.getState() || mIsRemotelyHeld != call.isRemotelyHeld();
583 mIsRemotelyHeld = call.isRemotelyHeld();
614 call.isRemotelyHeld());
786 call.isRemotelyHeld());
867 false /* isRemotelyHeld */);
886 boolean isRemotelyHeld) {
895 "showIncoming: %b, showOutgoing: %b, isRemotelyHeld: %b",
898 isRemotelyHeld);
900 mVideoCallScreen.showVideoViews(showOutgoingVideo, showIncomingVideo, isRemotelyHeld);