Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DWallpaperModel.java45 private int mWallpaperSource; field in WallpaperModel
49 mWallpaperSource = wallpaperSource; in WallpaperModel()
58 if (mWallpaperSource != SOURCE_BUILT_IN) { in getDrawable()
59 Log.e(TAG, "Invalid wallpaper data source: " + mWallpaperSource); in getDrawable()
75 if (mWallpaperSource != SOURCE_BUILT_IN) { in getKey()
76 Log.e(TAG, "Invalid wallpaper data source: " + mWallpaperSource); in getKey()