Home
last modified time | relevance | path

Searched refs:wallpaperDestination (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DSetWallpaperErrorDialogFragment.java40 … @Destination int wallpaperDestination) { in newInstance() argument
44 args.putInt(ARG_WALLPAPER_DESTINATION, wallpaperDestination); in newInstance()
54 … @Destination final int wallpaperDestination = getArguments().getInt(ARG_WALLPAPER_DESTINATION); in onCreateDialog() local
71 callback.onClickTryAgain(wallpaperDestination); in onCreateDialog()
85 void onClickTryAgain(@Destination int wallpaperDestination);
DPreviewFragment.java436 public void onClickTryAgain(@Destination int wallpaperDestination) { in onClickTryAgain() argument
437 setCurrentWallpaper(wallpaperDestination); in onClickTryAgain()
539 protected void showSetWallpaperErrorDialog(@Destination int wallpaperDestination) { in showSetWallpaperErrorDialog() argument
541 R.string.set_wallpaper_error_message, wallpaperDestination); in showSetWallpaperErrorDialog()