Searched refs:cropAndSetWallpaperIntent (Results 1 – 1 of 1) sorted by relevance
1888 Intent cropAndSetWallpaperIntent = in getCropAndSetWallpaperIntent() local1890 cropAndSetWallpaperIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in getCropAndSetWallpaperIntent()1897 cropAndSetWallpaperIntent.setPackage(resolvedHome.activityInfo.packageName); in getCropAndSetWallpaperIntent()1900 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()1902 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()1909 cropAndSetWallpaperIntent.setPackage(cropperPackage); in getCropAndSetWallpaperIntent()1911 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()1913 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()