Searched refs:mChannelSortKey (Results 1 – 1 of 1) sorted by relevance
54 private final Map<Long, String> mChannelSortKey = new HashMap<>(); field in Recommender141 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()