Home
last modified time | relevance | path

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

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DOpenGlEsTest.java39 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkOpenGlEsDeqpLevelIsHighEnough() local
DGpuProfilingTest.java69 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkGpuProfilingRequirements() local
DVulkanTest.java180 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeqpLevelIsHighEnough() local
229 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeviceMemoryReportSupport() local
/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidLocalSdkProvider.java94 ProvidedJarSdk(int apiLevel, String androidVersion, String codeName, Path jarPath) { in ProvidedJarSdk()