Searched refs:vibratorManager (Results 1 – 3 of 3) sorted by relevance
79 VibratorManager vibratorManager = getSystemService(VibratorManager.class); in onCreate() local80 if (vibratorManager == null) { in onCreate()84 mVibrator = vibratorManager.getDefaultVibrator(); in onCreate()
86 VibratorManager vibratorManager = inputDevice.getVibratorManager(); in getVibratorManager() local89 return vibratorManager; in getVibratorManager()
112 VibratorManager vibratorManager = InstrumentationRegistry.getInstrumentation().getContext() in data() local114 for (int vibratorId : vibratorManager.getVibratorIds()) { in data()