Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java752 String lhsLabel = getInputLabelForChannel(lhs); in compare() local
755 lhsLabel == null in compare()
757 : rhsLabel == null ? -1 : lhsLabel.compareTo(rhsLabel); in compare()