Searched refs:globalVotesLocal (Results 1 – 1 of 1) sorted by relevance
65 SparseArray<Vote> globalVotesLocal; in getVotes() local70 globalVotesLocal = globalVotes != null ? globalVotes.clone() : new SparseArray<>(); in getVotes()72 for (int i = 0; i < globalVotesLocal.size(); i++) { in getVotes()73 int priority = globalVotesLocal.keyAt(i); in getVotes()75 votesLocal.put(priority, globalVotesLocal.valueAt(i)); in getVotes()