Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DPipInputManager.java355 public boolean isPassthrough() { in isPassthrough() method in PipInputManager.PipInput
/packages/apps/TV/src/com/android/tv/data/
DChannel.java199 public boolean isPassthrough() { in isPassthrough() method in Channel
456 public Builder setPassthrough(boolean isPassthrough) { in setPassthrough()