HomeSort by relevance Sort by last modified time
    Searched refs:getChannelSortKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecommenderTest.java 48 return mRecommender.getChannelSortKey(lhs.getId())
49 .compareTo(mRecommender.getChannelSortKey(rhs.getId()));
215 mRecommender.getChannelSortKey(mChannel_1.getId()));
265 mRecommender.getChannelSortKey(channel.getId()));
  /packages/apps/TV/src/com/android/tv/recommendation/
Recommender.java 176 * {@link #recommendChannels()} and getChannelSortKey must be called after that.
178 * If getChannelSortKey was called before evaluating the channels or trying to get sort key
181 public String getChannelSortKey(long channelId) {
NotificationService.java 453 .setSortKey(mRecommender.getChannelSortKey(channel.getId())).build();

Completed in 174 milliseconds