Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java163 if (shouldCancelOnScreenOffLocked(mNextVibration)) {
167 if (shouldCancelOnScreenOffLocked(mCurrentVibration)) {
1227 private boolean shouldCancelOnScreenOffLocked(@Nullable VibrationStepConductor conductor) { in shouldCancelOnScreenOffLocked() method in VibratorManagerService