Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java1576 final String whichProp; in openDefaultWallpaper() local
1585 whichProp = PROP_WALLPAPER; in openDefaultWallpaper()
1588 final String path = SystemProperties.get(whichProp); in openDefaultWallpaper()