Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java665 Intent cropAndSetWallpaperIntent = in getCropAndSetWallpaperIntent() local
667 cropAndSetWallpaperIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); in getCropAndSetWallpaperIntent()
674 cropAndSetWallpaperIntent.setPackage(resolvedHome.activityInfo.packageName); in getCropAndSetWallpaperIntent()
677 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()
679 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()
684 cropAndSetWallpaperIntent.setPackage("com.android.wallpapercropper"); in getCropAndSetWallpaperIntent()
686 cropAndSetWallpaperIntent, 0); in getCropAndSetWallpaperIntent()
688 return cropAndSetWallpaperIntent; in getCropAndSetWallpaperIntent()