Searched refs:otherKey (Results 1 – 5 of 5) sorted by relevance
61 PackageUserKey otherKey = (PackageUserKey) obj; in equals()62 return mPackageName.equals(otherKey.mPackageName) && mUser.equals(otherKey.mUser); in equals()
140 PackageResourceKey otherKey = (PackageResourceKey) object; in equals() local141 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
181 CurrentWallpaperVNKey otherKey = (CurrentWallpaperVNKey) object; in equals() local182 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
227 LiveWallpaperThumbKey otherKey = (LiveWallpaperThumbKey) object; in equals() local228 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
393 int otherKey = otherEvent.mIntValues.keyAt(i); in equals() local394 if (key != otherKey) { in equals()405 int otherKey = otherEvent.mFloatValues.keyAt(i); in equals() local406 if (key != otherKey) { in equals()