Searched refs:hals (Results 1 – 1 of 1) sorted by relevance
51 String[] hals = VintfObject.getHalNamesAndVersions(); in collectDeviceInfo() local52 store.addListResult("hals", hals == null in collectDeviceInfo()53 ? Collections.emptyList() : Arrays.<String>asList(hals)); in collectDeviceInfo()