Searched defs:isPassthrough (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/api/
H A DChannel.java74 boolean isPassthrough(); method in interface:Channel
/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java166 if (isPassthrough()) {
210 public boolean isPassthrough() { method in class:ChannelImpl
330 && mIsPassthrough == other.isPassthrough()
358 + ", isPassthrough="
387 mIsPassthrough = channel.isPassthrough();
446 return channel != null && (channel.getId() != INVALID_ID || channel.isPassthrough());
535 public Builder setPassthrough(boolean isPassthrough) { argument
536 mChannel.mIsPassthrough = isPassthrough;

Completed in 67 milliseconds