Searched refs:ARG_OPTIONS (Results 1 – 3 of 3) sorted by relevance
46 private static final String ARG_OPTIONS = "options"; field in ConfirmLockdownFragment66 args.putParcelable(ARG_OPTIONS, options); in show()109 getArguments().getParcelable(ARG_OPTIONS), in onClick()
46 private static final String ARG_OPTIONS = "options"; field in SmsBottomSheetFragment53 args.putCharSequenceArrayList(ARG_OPTIONS, options); in newInstance()64 List<CharSequence> items = getArguments().getCharSequenceArrayList(ARG_OPTIONS); in onCreateView()
60 @VisibleForTesting public static final String ARG_OPTIONS = "options"; field in SelectPhoneAccountDialogFragment77 ProtoParsers.put(arguments, ARG_OPTIONS, options); in newInstance()107 getArguments(), ARG_OPTIONS, SelectPhoneAccountDialogOptions.getDefaultInstance()); in onCreateDialog()