HomeSort by relevance Sort by last modified time
    Searched refs:getInputLabelForChannel (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelImplTest.java 365 public String getInputLabelForChannel(Channel channel) {
377 public String getInputLabelForChannel(Channel channel) {
  /packages/apps/TV/src/com/android/tv/data/
ChannelImpl.java 700 * <li>{@link #getInputLabelForChannel(Channel)}
734 String lhsLabel = getInputLabelForChannel(lhs);
735 String rhsLabel = getInputLabelForChannel(rhs);
763 String getInputLabelForChannel(Channel channel) {

Completed in 2354 milliseconds