Searched refs:getIntensity (Results 1 – 2 of 2) sorted by relevance
114 boolean vibrationEnabled = candidate.getIntensity() != Vibrator.VIBRATION_INTENSITY_OFF; in updateSettings()134 if (vibrationEnabled && previousIntensity == candidate.getIntensity()) { in updateSettings()153 getVibrationIntensitySetting(), candidate.getIntensity()); in updateSettings()205 Comparator.comparing(VibrationIntensityCandidateInfo::getIntensity).reversed()); in getCandidates()223 final boolean matchesIntensity = candidate.getIntensity() == vibrationIntensity; in getDefaultKey()241 onVibrationIntensitySelected(candidate.getIntensity()); in setDefaultKey()274 public int getIntensity() { in getIntensity() method in VibrationPreferenceFragment.VibrationIntensityCandidateInfo
135 assertThat(candidate.getIntensity()).isLessThan(prevCandidate.getIntensity()); in candidates_shouldBeSortedByIntensity()