Searched refs:sortKeyFormat (Results 1 – 1 of 1) sorted by relevance
143 String sortKeyFormat = "%0" + String.valueOf(size).length() + "d"; in recommendChannels() local146 mChannelSortKey.put(records.get(i).first.getId(), String.format(sortKeyFormat, i)); in recommendChannels()