Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java3156 final String cmfPath = getCmfWallpaperPath(); in openDefaultWallpaper()
3206 return List.of(SystemProperties.get(PROP_WALLPAPER), getCmfWallpaperPath()); in getDefaultSystemWallpaperPaths()
3209 private static String getCmfWallpaperPath() { in getCmfWallpaperPath() method