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.java141 private boolean mIsPassthrough; field in ChannelImpl
211 return mIsPassthrough; in isPassthrough()
282 && mIsPassthrough == other.mIsPassthrough; in equals()
287 return Objects.hash(mId, mInputId, mIsPassthrough); in hashCode()
340 && mIsPassthrough == other.isPassthrough() in hasSameReadOnlyInfo()
369 + mIsPassthrough in toString()
397 mIsPassthrough = channel.isPassthrough(); in copyFrom()
427 mIsPassthrough = other.mIsPassthrough; in copyFrom()
549 mChannel.mIsPassthrough = isPassthrough; in setPassthrough()