Home
last modified time | relevance | path

Searched refs:getInputLabelForChannel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java752 String lhsLabel = getInputLabelForChannel(lhs); in compare()
753 String rhsLabel = getInputLabelForChannel(rhs); in compare()
781 String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel() method in ChannelImpl.DefaultComparator
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelImplTest.java371 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel() method in ChannelImplTest.TestChannelComparator
383 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel() method in ChannelImplTest.ChannelComparatorWithDescriptionAsLabel