Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java453 return new Builder().setInputId(inputId).setPassthrough(true).build(); in createPassthroughChannel()
547 public Builder setPassthrough(boolean isPassthrough) { in setPassthrough() method in ChannelImpl.Builder