Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java265 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingWaveform_runsVibrationUntilThreadCancelled()
298 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingShortAlwaysOnWaveform_turnsVibratorOnForLonger()
331 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingPwle_generatesLargestPwles()
362 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingPrimitives_generatesLargestComposition()
386 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingLongAlwaysOnWaveform_turnsVibratorOnForACycle()
412 conductor.notifyCancelled( in vibrate_singleVibratorRepeatingAlwaysOnWaveform_turnsVibratorBackOn()
1207 () -> conductor.notifyCancelled( in vibrate_cancelSlowVibrator_cancelIsNotBlockedByVibrationThread()
1367 conductor.notifyCancelled(
1390 conductor.notifyCancelled(
1511 conductor2.notifyCancelled(
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationStepConductor.java322 notifyCancelled(new Vibration.EndInfo(Vibration.Status.CANCELLED_BINDER_DIED), in binderDied()
336 public void notifyCancelled(@NonNull Vibration.EndInfo cancelInfo, boolean immediate) { in notifyCancelled() method in VibrationStepConductor
H A DVibratorManagerService.java168 mCurrentVibration.notifyCancelled(
455 mCurrentVibration.notifyCancelled( in vibrateInternal()
502 mCurrentVibration.notifyCancelled( in cancelVibrate()
639 mCurrentVibration.notifyCancelled( in updateServiceState()
1766 mCurrentVibration.notifyCancelled( in onExternalVibrationStart()