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 55 return mRecommender.getChannelSortKey(lhs.getId())
56 .compareTo(mRecommender.getChannelSortKey(rhs.getId()));
228 mRecommender.getChannelSortKey(mChannel_1.getId()));
280 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 446 .setSortKey(mRecommender.getChannelSortKey(channel.getId()))

Completed in 487 milliseconds