Searched refs:ARG_MESSAGE (Results 1 – 4 of 4) sorted by relevance
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()
40 private static final String ARG_MESSAGE = "message"; field in SpeedBumpDialogFragment69 args.putString(ARG_MESSAGE, message); in newInstance()85 String message = getArguments().getString(ARG_MESSAGE); in onCreateDialog()
29 public static final String ARG_MESSAGE = "MESSAGE"; field in ConfirmActionDialogFragment39 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()
474 private static final String ARG_MESSAGE = "message"; field in ConfirmDeviceCredentialBaseFragment.LastTryDialog486 args.putString(ARG_MESSAGE, message); in show()516 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()