Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt441 context.contentResolver.update(SET_WALLPAPER_URI, updateValues, null) in <lambda>()
697 private val SET_WALLPAPER_URI = BASE_URI.buildUpon().appendPath(PATH_SET_WALLPAPER).build() in <lambda>() constant