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