Searched refs:ARG_IS_VIDEO_CALL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java483 private static final String ARG_IS_VIDEO_CALL = "is_video_call"; field in class:PhoneNumberInteraction.PhoneDisambiguationDialogFragment
505 bundle.putBoolean(ARG_IS_VIDEO_CALL, isVideoCall);
518 mIsVideoCall = getArguments().getBoolean(ARG_IS_VIDEO_CALL);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java104 static final String ARG_IS_VIDEO_CALL = "is_video_call"; field in class:AnswerFragment
350 bundle.putBoolean(ARG_IS_VIDEO_CALL, isVideoCall);
650 Assert.checkState(arguments.containsKey(ARG_IS_VIDEO_CALL));
811 return getArguments().getBoolean(ARG_IS_VIDEO_CALL);

Completed in 569 milliseconds