Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfDeviceInfo.java54 Map<String, String[]> vndks = VintfObject.getVndkSnapshots(); in collectDeviceInfo() local
55 if (vndks == null) vndks = Collections.emptyMap(); in collectDeviceInfo()
57 for (Map.Entry<String, String[]> e : vndks.entrySet()) { in collectDeviceInfo()