Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java148 Bitmap otherBitmap = other.getBitmapToFlag(context); in equals() local
149 if ((myBitmap != null) || (otherBitmap != null)) { in equals()
150 return Objects.equals(myBitmap, otherBitmap); in equals()