Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DHapticsDeviceInfo.java45 collectVibratorInfo(store, "system_vibrator", in collectDeviceInfo()
52 collectVibratorInfo(store, ANONYMOUS_GROUP_NAME, manager.getVibrator(id)); in collectDeviceInfo()
72 private void collectVibratorInfo(DeviceInfoStore store, String groupName, Vibrator vibrator) in collectVibratorInfo() method in HapticsDeviceInfo