Searched refs:votesLocal (Results 1 – 1 of 1) sorted by relevance
64 SparseArray<Vote> votesLocal; in getVotes() local68 votesLocal = displayVotes != null ? displayVotes.clone() : new SparseArray<>(); in getVotes()74 if (!votesLocal.contains(priority)) { in getVotes()75 votesLocal.put(priority, globalVotesLocal.valueAt(i)); in getVotes()78 return votesLocal; in getVotes()