Home
last modified time | relevance | path

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

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