Searched refs:ARG_MESSAGE (Results 1 – 4 of 4) sorted by relevance
29 public static final String ARG_MESSAGE = "MESSAGE"; field in ConfirmActionDialogFragment38 arguments.putCharSequence(ARG_MESSAGE, message); in newInstance()48 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()
36 private static final String ARG_MESSAGE = "message"; field in SetWallpaperErrorDialogFragment43 args.putInt(ARG_MESSAGE, messageId); in newInstance()53 int message = getArguments().getInt(ARG_MESSAGE); in onCreateDialog()
319 private static final String ARG_MESSAGE = "message"; field in ConfirmDeviceCredentialBaseFragment.LastTryDialog331 args.putInt(ARG_MESSAGE, message); in show()361 .setMessage(getArguments().getInt(ARG_MESSAGE)) in onCreateDialog()