Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java66 private final boolean mIsBrowsable; field in MediaItemMetadata
95 mIsBrowsable = in.readByte() != 0x00; in MediaItemMetadata()
107 mIsBrowsable = isBrowsable; in MediaItemMetadata()
290 return mIsBrowsable; in isBrowsable()
352 return mIsBrowsable == that.mIsBrowsable in equals()
365 return Objects.hash(mMediaDescription.getMediaId(), mQueueId, mIsBrowsable, mIsPlayable); in hashCode()
382 dest.writeByte((byte) (mIsBrowsable ? 0x01 : 0x00)); in writeToParcel()