Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java99 return new CurrentWallpaperVNKey(mWallpaperManager, mWallpaperManagerFlag); in getKey()
110 private static final class CurrentWallpaperVNKey implements Key { class in CurrentWallpaperAssetVN
114 public CurrentWallpaperVNKey(WallpaperManager wallpaperManager, in CurrentWallpaperVNKey() method in CurrentWallpaperAssetVN.CurrentWallpaperVNKey
132 if (object instanceof CurrentWallpaperVNKey) { in equals()
133 CurrentWallpaperVNKey otherKey = (CurrentWallpaperVNKey) object; in equals()