Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRecommender.java54 private final Map<Long, String> mChannelSortKey = new HashMap<>(); field in Recommender
141 mChannelSortKey.clear(); in recommendChannels()
145 mChannelSortKey.put(records.get(i).first.getId(), String.format(sortKeyFormat, i)); in recommendChannels()
182 String key = mChannelSortKey.get(channelId); in getChannelSortKey()