Searched refs:mVotes (Results 1 – 4 of 4) sorted by relevance
26 final List<Vote> mVotes; field in CombinedVote29 mVotes = Collections.unmodifiableList(votes); in CombinedVote()34 mVotes.forEach(vote -> vote.updateSummary(summary)); in updateSummary()41 return Objects.equals(mVotes, that.mVotes); in equals()46 return Objects.hash(mVotes); in hashCode()51 return "CombinedVote{ mVotes=" + mVotes + " }"; in toString()
127 for (Vote subVote: combinedVote.mVotes) { in getMaxRefreshRate()
80 (RefreshRateVote.PhysicalVote) combinedVote.mVotes.get(0); in testAddsProximityVoteIfSensorManagerProximityActive()
3447 (RefreshRateVote.PhysicalVote) combinedVote.mVotes.get(0); in assertVoteForPhysicalRefreshRate()