Searched refs:otherAsset (Results 1 – 2 of 2) sorted by relevance
94 CurrentWallpaperAsset otherAsset = (CurrentWallpaperAsset) object; in equals() local95 return otherAsset.mWallpaperManagerFlag == mWallpaperManagerFlag in equals()96 && otherAsset.mWallpaperId == mWallpaperId; in equals()
93 ResourceAsset otherAsset = (ResourceAsset) object; in equals() local94 return this.getKey().equals(otherAsset.getKey()); in equals()