Searched defs:apiLevel (Results 1 – 6 of 6) sorted by relevance
206 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeqpLevelIsHighEnough() local258 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeviceMemoryReportSupport() local294 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkSkiaVulkanSupport() local330 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkAndroidBaselineProfile2022Support() local356 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkVpAndroid15MinimumsSupport() local382 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkProtectedMemoryAndGlobalPrioritySupport() local
39 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkOpenGlEsDeqpLevelIsHighEnough() local
69 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkGpuProfilingRequirements() local
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()
54 int apiLevel = android::base::GetIntProperty("ro.vendor.api_level", 0); in TEST_F() local
94 ProvidedJarSdk(int apiLevel, String androidVersion, String codeName, Path jarPath) { in ProvidedJarSdk()