Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationScaler.java36 private static final int SCALE_NONE = IExternalVibratorService.SCALE_NONE; // 0 field in VibrationScaler
63 mScaleLevels.put(SCALE_NONE, new ScaleLevel(SCALE_FACTOR_NONE)); in VibrationScaler()
85 return SCALE_NONE; in getExternalVibrationScale()
H A DVibratorManagerService.java1103 this.scale = IExternalVibratorService.SCALE_NONE; in ExternalVibrationHolder()
/aosp12/frameworks/base/core/java/android/os/
H A DIExternalVibratorService.aidl38 const int SCALE_NONE = 0; field
/aosp12/frameworks/native/libs/vibrator/include/vibrator/
H A DExternalVibrationUtils.h28 NONE = IExternalVibratorService::SCALE_NONE,
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationScalerTest.java117 assertEquals(IExternalVibratorService.SCALE_NONE, in testGetExternalVibrationScale()
131 assertEquals(IExternalVibratorService.SCALE_NONE, in testGetExternalVibrationScale()
H A DVibratorManagerServiceTest.java991 assertEquals(IExternalVibratorService.SCALE_NONE, scale);
1018 assertEquals(IExternalVibratorService.SCALE_NONE, firstScale);
1019 assertEquals(IExternalVibratorService.SCALE_NONE, secondScale);
1041 assertEquals(IExternalVibratorService.SCALE_NONE, scale);
1070 assertEquals(IExternalVibratorService.SCALE_NONE, scale);
1076 assertEquals(IExternalVibratorService.SCALE_NONE, scale);