Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageUserKey.java61 PackageUserKey otherKey = (PackageUserKey) obj; in equals()
62 return mPackageName.equals(otherKey.mPackageName) && mUser.equals(otherKey.mUser); in equals()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DResourceAsset.java140 PackageResourceKey otherKey = (PackageResourceKey) object; in equals() local
141 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
DCurrentWallpaperAssetVN.java181 CurrentWallpaperVNKey otherKey = (CurrentWallpaperVNKey) object; in equals() local
182 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
DLiveWallpaperThumbAsset.java227 LiveWallpaperThumbKey otherKey = (LiveWallpaperThumbKey) object; in equals() local
228 return getCacheKey().equals(otherKey.getCacheKey()); in equals()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java393 int otherKey = otherEvent.mIntValues.keyAt(i); in equals() local
394 if (key != otherKey) { in equals()
405 int otherKey = otherEvent.mFloatValues.keyAt(i); in equals() local
406 if (key != otherKey) { in equals()