Searched refs:SCALE_VERY_LOW (Results 1 – 3 of 3) sorted by relevance
34 private static final int SCALE_VERY_LOW = IExternalVibratorService.SCALE_VERY_LOW; // -2 field in VibrationScaler61 mScaleLevels.put(SCALE_VERY_LOW, new ScaleLevel(SCALE_FACTOR_VERY_LOW)); in VibrationScaler()85 if (scaleLevel >= SCALE_VERY_LOW && scaleLevel <= SCALE_VERY_HIGH) { in getExternalVibrationScale()
36 const int SCALE_VERY_LOW = -2; field
139 assertEquals(IExternalVibratorService.SCALE_VERY_LOW, in testGetExternalVibrationScale()