Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java140 private boolean mIsPassthrough; field in ChannelImpl
210 return mIsPassthrough; in isPassthrough()
281 && mIsPassthrough == other.mIsPassthrough; in equals()
286 return Objects.hash(mId, mInputId, mIsPassthrough); in hashCode()
339 && mIsPassthrough == other.isPassthrough() in hasSameReadOnlyInfo()
368 + mIsPassthrough in toString()
396 mIsPassthrough = channel.isPassthrough(); in copyFrom()
426 mIsPassthrough = other.mIsPassthrough; in copyFrom()
548 mChannel.mIsPassthrough = isPassthrough; in setPassthrough()