Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvTrackInfoUtils.java91 boolean rhsCountMatch = in createComparator() field in TvTrackInfoUtils
94 if (lhsCountMatch && rhsCountMatch) { in createComparator()
96 } else if (lhsCountMatch || rhsCountMatch) { in createComparator()
97 return Boolean.compare(lhsCountMatch, rhsCountMatch); in createComparator()