Searched refs:cropAndSetWallpaperIntent (Results 1 – 1 of 1) sorted by relevance
2079 Intent cropAndSetWallpaperIntent = in getCropAndSetWallpaperIntent() local2081 cropAndSetWallpaperIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in getCropAndSetWallpaperIntent()2088 cropAndSetWallpaperIntent.setPackage(resolvedHome.activityInfo.packageName); in getCropAndSetWallpaperIntent()2091 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()2093 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()2100 cropAndSetWallpaperIntent.setPackage(cropperPackage); in getCropAndSetWallpaperIntent()2102 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()2104 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()