Home
last modified time | relevance | path

Searched defs:votes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVotesStorageTest.java61 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsVoteToStorage() local
82 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsAnotherVoteToStorageWithDifferentPriority() local
96 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in replacesVoteInStorageForSamePriority() local
118 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsGlobalDisplayVoteToStorage() local
DDisplayModeDirectorTest.java232 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
271 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
287 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local
419 SparseArray<Vote> votes = new SparseArray<>(); local
1377 SparseArray<Vote> votes = new SparseArray<>(); local
1424 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local
1692 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local
1710 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local
1756 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local
1833 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
[all …]
/frameworks/base/services/core/java/com/android/server/display/mode/
DVotesStorage.java94 SparseArray<Vote> votes; in updateVote() local
128 SparseArray<Vote> votes = votesByDisplayLocal.valueAt(i); in dump() local
DDisplayModeDirector.java267 SparseArray<Vote> votes, in summarizeVotes()
382 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getDesiredDisplayModeSpecs() local
755 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getVote() local