Home
last modified time | relevance | path

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

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DDeviceAdapterTest.java280 .newVibratorController(vibratorId, (id, vibrationId) -> {}); in createEmptyVibratorController()
287 return provider.newVibratorController(vibratorId, (id, vibrationId) -> {}); in createPwleWithoutFrequenciesVibratorController()
298 return provider.newVibratorController(vibratorId, (id, vibrationId) -> {}); in createPwleVibratorController()
DVibrationThreadTest.java1827 array.put(id, e.getValue().newVibratorController(id, mControllerCallbacks)); in createVibratorControllers()
DVibratorManagerServiceTest.java316 .newVibratorController(vibratorId, listener); in createService()
/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeVibratorControllerProvider.java219 public VibratorController newVibratorController( in newVibratorController() method in FakeVibratorControllerProvider