Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java323 mTvInputInfoComparator = new InputComparatorInternal(this); in TvInputManagerHelper()
714 static class InputComparatorInternal implements Comparator<TvInputInfo> { class in TvInputManagerHelper
719 public InputComparatorInternal(TvInputManagerHelper inputManager) { in InputComparatorInternal() method in TvInputManagerHelper.InputComparatorInternal
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DTvInputManagerHelperTest.java96 new ComparatorTester(new TvInputManagerHelper.InputComparatorInternal(manager)) in testComparatorInternal()