Home
last modified time | relevance | path

Searched refs:ARG_WALLPAPER (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java124 public static final String ARG_WALLPAPER = "wallpaper"; field in PreviewFragment
228 mWallpaper = args.getParcelable(ARG_WALLPAPER); in onCreate()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt198 args.putParcelable(PreviewFragment.ARG_WALLPAPER, wallpaperInfo) in getPreviewFragment()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt228 putParcelable(PreviewFragment.ARG_WALLPAPER, wallpaperInfo) in getPreviewFragment()