Searched refs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance
69 protected static final String KERNEL_VERSION = SystemProperties.get("ro.kernel.version"); field in MicrodroidDeviceTestBase235 .that(KERNEL_VERSION)
2312 String[] tokens = KERNEL_VERSION.split("\\."); in kernelVersionRequirement()