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