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

/packages/apps/TV/src/com/android/tv/util/
H A DPipInputManager.java266 * Returns true, if {@code channel1} and {@code channel2} belong to the same input. For example,
270 public boolean areInSamePipInput(Channel channel1, Channel channel2) { argument
271 PipInput input1 = getPipInput(channel1);
274 && getPipInput(channel1).equals(getPipInput(channel2));

Completed in 141 milliseconds