Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecommenderTest.java216 assertSortKeyNotInvalid(channelList); in testGetChannelSortKey_recommendAllChannels()
235 assertSortKeyNotInvalid(channelList); in testGetChannelSortKey_recommendFewChannels()
284 private void assertSortKeyNotInvalid(List<Channel> channelList) { in assertSortKeyNotInvalid() method in RecommenderTest