Searched refs:ARG_MESSAGE (Results 1 – 2 of 2) sorted by relevance
708 private static final String ARG_MESSAGE = "message"; field in Camera2VideoFragment.ErrorDialog713 args.putString(ARG_MESSAGE, message); in newInstance()722 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()
976 private static final String ARG_MESSAGE = "message"; field in Camera2BasicFragment.ErrorDialog981 args.putString(ARG_MESSAGE, message); in newInstance()990 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()