Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfDeviceInfo.java50 String[] hals = VintfObject.getHalNamesAndVersions(); in collectDeviceInfo() local
51 store.addListResult("hals", hals == null in collectDeviceInfo()
52 ? Collections.emptyList() : Arrays.<String>asList(hals)); in collectDeviceInfo()