Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DFakeVibratorControllerProvider.java90 scheduleListener(milliseconds, vibrationId); in on()
112 scheduleListener(EFFECT_DURATION, vibrationId); in perform()
124 scheduleListener(duration, vibrationId); in compose()
137 scheduleListener(duration, vibrationId); in composePwle()
185 private void scheduleListener(long vibrationDuration, long vibrationId) { in scheduleListener() method in FakeVibratorControllerProvider.FakeNativeWrapper