Searched refs:ARG_WALLPAPER_DESTINATION (Results 1 – 1 of 1) sorted by relevance
37 private static final String ARG_WALLPAPER_DESTINATION = "destination"; field in SetWallpaperErrorDialogFragment44 args.putInt(ARG_WALLPAPER_DESTINATION, wallpaperDestination); in newInstance()54 … @Destination final int wallpaperDestination = getArguments().getInt(ARG_WALLPAPER_DESTINATION); in onCreateDialog()