Searched refs:ARG_MSG (Results 1 – 3 of 3) sorted by relevance
34 private static final String ARG_MSG = "msg"; field in AlertDialogFragment45 arguments.putString(ARG_MSG, msg); in show()56 if (!TextUtils.isEmpty(getArguments().getString(ARG_MSG))) { in onCreateDialog()57 builder.setMessage(getArguments().getString(ARG_MSG)); in onCreateDialog()
47 private static final String ARG_MSG = "msg"; field in ConfirmDialogFragment80 arguments.putCharSequence(ARG_MSG, msg); in show()101 arguments.putCharSequence(ARG_MSG, msg); in show()113 String message = getArguments().getString(ARG_MSG); in onCreateDialog()
40 private static final String ARG_MSG = "msg"; field in WarningDialogFragment68 arguments.putCharSequence(ARG_MSG, msg); in show()80 String message = getArguments().getString(ARG_MSG); in onCreateDialog()