Searched refs:VintfObject (Results 1 – 3 of 3) sorted by relevance
19 import android.os.VintfObject;48 store.addResult("sepolicy_version", VintfObject.getSepolicyVersion()); in collectDeviceInfo()50 String[] hals = VintfObject.getHalNamesAndVersions(); in collectDeviceInfo()54 Map<String, String[]> vndks = VintfObject.getVndkSnapshots(); in collectDeviceInfo()72 Long version = VintfObject.getTargetFrameworkCompatibilityMatrixVersion(); in collectDeviceInfo()
21 import android.os.VintfObject;61 for (String content : VintfObject.report()) { in collect()
10 public class VintfObject { class