Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java1101 Intent cropAndSetWallpaperIntent = in getCropAndSetWallpaperIntent() local
1103 cropAndSetWallpaperIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in getCropAndSetWallpaperIntent()
1110 cropAndSetWallpaperIntent.setPackage(resolvedHome.activityInfo.packageName); in getCropAndSetWallpaperIntent()
1113 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()
1115 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()
1122 cropAndSetWallpaperIntent.setPackage(cropperPackage); in getCropAndSetWallpaperIntent()
1124 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()
1126 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()