Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java67 private final boolean mIsPlayable; field in MediaItemMetadata
96 mIsPlayable = in.readByte() != 0x00; in MediaItemMetadata()
106 mIsPlayable = isPlayable; in MediaItemMetadata()
310 return mIsPlayable; in isPlayable()
353 && mIsPlayable == that.mIsPlayable in equals()
365 return Objects.hash(mMediaDescription.getMediaId(), mQueueId, mIsBrowsable, mIsPlayable); in hashCode()
383 dest.writeByte((byte) (mIsPlayable ? 0x01 : 0x00)); in writeToParcel()