Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DHapticsDeviceInfo.java37 private static final String ANONYMOUS_GROUP_NAME = null; // marker for within array field in HapticsDeviceInfo
52 collectVibratorInfo(store, ANONYMOUS_GROUP_NAME, manager.getVibrator(id)); in collectDeviceInfo()
75 if (Objects.equals(groupName, ANONYMOUS_GROUP_NAME)) { in collectVibratorInfo()