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

/packages/apps/TV/src/com/android/tv/util/
H A DPipInputManager.java237 if (!lhs.mIsPassthrough) {
240 if (!rhs.mIsPassthrough) {
319 private final boolean mIsPassthrough; field in class:PipInputManager.PipInput
325 mIsPassthrough = !mInputId.equals(TUNER_INPUT_ID);
326 if (mIsPassthrough) {
354 return mIsPassthrough;
361 if (mIsPassthrough) {
373 if (mIsPassthrough) {
384 if (mIsPassthrough) {
403 if (mIsPassthrough) {
[all...]
/packages/apps/TV/src/com/android/tv/data/
H A DChannel.java163 private boolean mIsPassthrough; field in class:Channel
226 return mIsPassthrough;
274 && mIsPassthrough == other.mIsPassthrough;
279 return Objects.hash(mId, mInputId, mIsPassthrough);
313 && mIsPassthrough == other.mIsPassthrough
332 + ", isPassthrough=" + mIsPassthrough
350 mIsPassthrough = other.mIsPassthrough;
[all...]

Completed in 28 milliseconds