Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java365 BindSource bindSource; in parseWallpaperAttributes() local
367 bindSource = Enum.valueOf(BindSource.class, in parseWallpaperAttributes()
370 bindSource = BindSource.UNKNOWN; in parseWallpaperAttributes()
372 wallpaper.mBindSource = bindSource; in parseWallpaperAttributes()