Searched refs:mIsPlayable (Results 1 – 1 of 1) sorted by relevance
67 private final boolean mIsPlayable; field in MediaItemMetadata96 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()