Searched refs:mChannelSortKey (Results 1 – 1 of 1) sorted by relevance
53 private final Map<Long, String> mChannelSortKey = new HashMap<>(); field in Recommender142 mChannelSortKey.clear(); in recommendChannels()146 mChannelSortKey.put(records.get(i).first.getId(), String.format(sortKeyFormat, i)); in recommendChannels()183 String key = mChannelSortKey.get(channelId); in getChannelSortKey()