Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSensorDeviceInfo.java96 List<Integer> supportedChannelType = new ArrayList<>(); in collectDeviceInfo() local
99 supportedChannelType.add(channelType); in collectDeviceInfo()
103 supportedChannelType.stream().mapToInt(i->i).toArray()); in collectDeviceInfo()