Searched refs:vndks (Results 1 – 1 of 1) sorted by relevance
54 Map<String, String[]> vndks = VintfObject.getVndkSnapshots(); in collectDeviceInfo() local55 if (vndks == null) vndks = Collections.emptyMap(); in collectDeviceInfo()57 for (Map.Entry<String, String[]> e : vndks.entrySet()) { in collectDeviceInfo()