Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAsset.java152 return new CurrentWallpaperKey(mWallpaperManager, mWallpaperManagerFlag); in getKey()
163 private static final class CurrentWallpaperKey implements Key { class in CurrentWallpaperAsset
168 CurrentWallpaperKey(WallpaperManager wallpaperManager, in CurrentWallpaperKey() method in CurrentWallpaperAsset.CurrentWallpaperKey
186 if (object instanceof CurrentWallpaperKey) { in equals()
187 CurrentWallpaperKey otherKey = (CurrentWallpaperKey) object; in equals()