Searched defs:apiLevel (Results 1 – 7 of 7) sorted by relevance
97 int apiLevel = getPropertyInt(device, apiLevelProp); in getVsrApiLevel() local123 int apiLevel = getPropertyInt(device, prop); in getVendorApiLevel() local132 public static boolean isVendorApiLevelNewerThan(ITestDevice device, int apiLevel) in isVendorApiLevelNewerThan()141 public static boolean isVendorApiLevelAtLeast(ITestDevice device, int apiLevel) in isVendorApiLevelAtLeast()
213 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeqpLevelIsHighEnough() local272 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeviceMemoryReportSupport() local435 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkProtectedMemorySupport() local468 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkGlobalPrioritySupport() local
39 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkOpenGlEsDeqpLevelIsHighEnough() local
69 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkGpuProfilingRequirements() local
230 int apiLevel = VendorApiLevel(); in TEST_F() local241 int apiLevel = VendorApiLevel(); in TEST_F() local
53 int apiLevel = android::base::GetIntProperty("ro.vendor.api_level", 0); in TEST_F() local
104 ProvidedJarSdk(int apiLevel, String androidVersion, String codeName, Path jarPath) { in ProvidedJarSdk()