Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationStepConductor.java379 public void notifyVibratorComplete(int vibratorId) { in notifyVibratorComplete() method in VibrationStepConductor
H A DVibratorManagerService.java842 mCurrentVibration.notifyVibratorComplete(vibratorId); in onVibrationComplete()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java1598 conductor.notifyVibratorComplete(answer.getArgument(0)); in startThreadAndDispatcher()