Lines Matching refs:pickWallpaper
2806 final Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER);2807 pickWallpaper.setComponent(getWallpaperPickerComponent());2808 startActivityForResult(pickWallpaper, REQUEST_PICK_WALLPAPER);