Searched defs:votes (Results 1 – 4 of 4) sorted by relevance
214 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local235 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local251 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local369 SparseArray<Vote> votes = new SparseArray<>(); local950 SparseArray<Vote> votes = new SparseArray<>(); local997 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local1219 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local1237 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local1278 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local1336 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
126 int votes = 0; in test() local
218 final SparseArray<Vote> votes; in getVotesLocked() local262 SparseArray<Vote> votes, in summarizeVotes()305 SparseArray<Vote> votes = getVotesLocked(displayId); in getDesiredDisplayModeSpecs() local577 SparseArray<Vote> votes = getVotesLocked(displayId); in getVote() local605 SparseArray<Vote> votes = mVotesByDisplay.valueAt(i); in dump() local643 final SparseArray<Vote> votes = getOrCreateVotesByDisplay(displayId); in updateVoteLocked() local678 SparseArray<Vote> votes = new SparseArray<>(); in getOrCreateVotesByDisplay() local
406 private static void printMajorityThreadState(Thread t, int votes, int wait) throws Exception { in printMajorityThreadState()