Home
last modified time | relevance | path

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

/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeVibratorControllerProvider.java103 scheduleListener(milliseconds, vibrationId); in on()
128 scheduleListener(EFFECT_DURATION, vibrationId); in perform()
148 scheduleListener(duration, vibrationId); in compose()
161 scheduleListener(duration, vibrationId); in composePwle()
208 private void scheduleListener(long vibrationDuration, long vibrationId) { in scheduleListener() method in FakeVibratorControllerProvider.FakeNativeWrapper