Home
last modified time | relevance | path

Searched refs:currentVote (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/mode/
DVotesStorage.java108 var currentVote = votes.get(priority); in updateVote() local
109 if (vote != null && !vote.equals(currentVote)) { in updateVote()
112 } else if (vote == null && currentVote != null) { in updateVote()