Home
last modified time | relevance | path

Searched defs:apiLevel (Results 1 – 7 of 7) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java97 int apiLevel = getPropertyInt(device, apiLevelProp); in getVsrApiLevel() local
123 int apiLevel = getPropertyInt(device, prop); in getVendorApiLevel() local
132 public static boolean isVendorApiLevelNewerThan(ITestDevice device, int apiLevel) in isVendorApiLevelNewerThan()
141 public static boolean isVendorApiLevelAtLeast(ITestDevice device, int apiLevel) in isVendorApiLevelAtLeast()
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DVulkanTest.java213 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeqpLevelIsHighEnough() local
272 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeviceMemoryReportSupport() local
435 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkProtectedMemorySupport() local
468 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkGlobalPrioritySupport() local
DOpenGlEsTest.java39 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkOpenGlEsDeqpLevelIsHighEnough() local
DGpuProfilingTest.java69 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkGpuProfilingRequirements() local
/test/vts-testcase/kernel/pagesize_16kb/
DVts16KPageSizeTest.cpp230 int apiLevel = VendorApiLevel(); in TEST_F() local
241 int apiLevel = VendorApiLevel(); in TEST_F() local
/test/vts-testcase/hal/treble/vintf/
DVtsNoHidl.cpp53 int apiLevel = android::base::GetIntProperty("ro.vendor.api_level", 0); in TEST_F() local
/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidLocalSdkProvider.java104 ProvidedJarSdk(int apiLevel, String androidVersion, String codeName, Path jarPath) { in ProvidedJarSdk()