Searched refs:VintfRuntimeInfo (Results 1 – 2 of 2) sorted by relevance
20 import android.os.VintfRuntimeInfo;41 store.addResult("cpu_info", VintfRuntimeInfo.getCpuInfo()); in collectDeviceInfo()42 store.addResult("os_name", VintfRuntimeInfo.getOsName()); in collectDeviceInfo()43 store.addResult("node_name", VintfRuntimeInfo.getNodeName()); in collectDeviceInfo()44 store.addResult("os_release", VintfRuntimeInfo.getOsRelease()); in collectDeviceInfo()45 store.addResult("os_version", VintfRuntimeInfo.getOsVersion()); in collectDeviceInfo()46 store.addResult("hardware_id", VintfRuntimeInfo.getHardwareId()); in collectDeviceInfo()47 store.addResult("kernel_version", VintfRuntimeInfo.getKernelVersion()); in collectDeviceInfo()
7 public class VintfRuntimeInfo { class