Searched defs:channel2 (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
272 PipInput input2 = getPipInput(channel2);
274 && getPipInput(channel1).equals(getPipInput(channel2));

Completed in 61 milliseconds