Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java2122 final String whichProp; in openDefaultWallpaper() local
2131 whichProp = PROP_WALLPAPER; in openDefaultWallpaper()
2134 final String path = SystemProperties.get(whichProp); in openDefaultWallpaper()