Searched refs:ARG_IS_VIDEO_CALL (Results 1 – 2 of 2) sorted by relevance
499 private static final String ARG_IS_VIDEO_CALL = "is_video_call"; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment521 bundle.putBoolean(ARG_IS_VIDEO_CALL, isVideoCall); in show()534 isVideoCall = getArguments().getBoolean(ARG_IS_VIDEO_CALL); in onCreateDialog()
117 static final String ARG_IS_VIDEO_CALL = "is_video_call"; field in AnswerFragment375 bundle.putBoolean(ARG_IS_VIDEO_CALL, isVideoCall); in newInstance()717 Assert.checkState(arguments.containsKey(ARG_IS_VIDEO_CALL)); in onCreateView()899 return getArguments().getBoolean(ARG_IS_VIDEO_CALL); in isVideoCall()