Searched refs:ARG_MESSAGE (Results 1 – 3 of 3) 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()
29 public static final String ARG_MESSAGE = "MESSAGE"; field in ConfirmActionDialogFragment39 .setMessage(getArguments().getString(ARG_MESSAGE)) in onCreateDialog()
309 private static final String ARG_MESSAGE = "message"; field in ConfirmDeviceCredentialBaseFragment.LastTryDialog321 args.putInt(ARG_MESSAGE, message); in show()351 .setMessage(getArguments().getInt(ARG_MESSAGE)) in onCreateDialog()