Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt46 const val STATIC_WALLPAPER_PACKAGE = "StaticWallpaperPackage" in getWallpaperModel() constant
77 ComponentName(STATIC_WALLPAPER_PACKAGE, STATIC_WALLPAPER_CLASS) in getWallpaperModel()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DWallpaperModelUtils.kt72 WallpaperModelFactory.STATIC_WALLPAPER_PACKAGE, in getStaticWallpaperModel()