Lines Matching refs:pickWallpaper
2264 final Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER);2265 pickWallpaper.setComponent(getWallpaperPickerComponent());2266 startActivityForResult(pickWallpaper, REQUEST_PICK_WALLPAPER);