Searched refs:otherKey (Results 1 – 7 of 7) sorted by relevance
83 PackageUserKey otherKey = (PackageUserKey) obj; in equals()84 return Objects.equals(mPackageName, otherKey.mPackageName) in equals()85 && mWidgetCategory == otherKey.mWidgetCategory in equals()86 && Objects.equals(mUser, otherKey.mUser); in equals()
326 Key otherKey = (Key) other; in equals() local328 return (recordType == otherKey.recordType) && Arrays.equals(recordName, in equals()329 otherKey.recordName); in equals()
153 PackageResourceKey otherKey = (PackageResourceKey) object; in equals() local154 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
187 CurrentWallpaperKey otherKey = (CurrentWallpaperKey) object; in equals() local188 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
337 LiveWallpaperThumbKey otherKey = (LiveWallpaperThumbKey) object; in equals() local338 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
398 int otherKey = otherEvent.mIntValues.keyAt(i); in equals() local399 if (key != otherKey) { in equals()410 int otherKey = otherEvent.mFloatValues.keyAt(i); in equals() local411 if (key != otherKey) { in equals()
408 MfcKey otherKey = (MfcKey) other; in equals() local409 return mIifVirtualIdx == otherKey.mIifVirtualIdx in equals()410 && mSrcAddr.equals(otherKey.mSrcAddr) in equals()411 && mDstAddr.equals(otherKey.mDstAddr); in equals()