Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/test/vts/tests/gpu_test/src/com/android/gpu/vts/
H A DVulkanTest.java207 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeqpLevelIsHighEnough() local
259 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkVulkanDeviceMemoryReportSupport() local
295 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkSkiaVulkanSupport() local
331 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkAndroidBaselineProfile2022Support() local
358 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkVpAndroid15MinimumsSupport() local
386 final int apiLevel = PropertyUtil.getVendorApiLevel(getDevice()); in checkProtectedMemoryAndGlobalPrioritySupport() local
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DPropertyUtil.java107 int apiLevel = getPropertyInt(apiLevelProp); in getVsrApiLevel() local
133 int apiLevel = getPropertyInt(prop); in getVendorApiLevel() local
144 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan()
152 public static boolean isVendorApiLevelAtLeast(int apiLevel) { in isVendorApiLevelAtLeast()
161 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan()
175 public static boolean isVndkApiLevelAtLeast(int apiLevel) { in isVndkApiLevelAtLeast()
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DApkAssetsCache.java24 public static void put(String path, boolean system, int apiLevel, long ptr) { in put()
28 public static long get(String path, boolean system, int apiLevel) { in get()
40 public abstract int apiLevel(); in apiLevel() method in ApkAssetsCache.Key
42 public static Key newInstance(String path, boolean system, int apiLevel) { in newInstance()
/aosp_15_r20/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { in findSubstitute()
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSi… in expandTypedefs()
296 unsigned int apiLevel, int intSize) { in writeParameters()
327 bool overloadable, unsigned int apiLevel, in addFunctionManglingToSet()
370 for (int64_t apiLevel = minApiLevel; apiLevel <= maxApiLevel; ++apiLevel) { in addManglingsForSpecification() local
499 static bool generateApiTesterFile(const string& slangTestDirectory, unsigned int apiLevel) { in generateApiTesterFile()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/
H A DDeviceConfig.java103 int apiLevel, in applyToConfiguration()
240 int densityDpi, int apiLevel, Configuration configuration, DisplayMetrics displayMetrics) { in setDensity()
250 int apiLevel, Configuration configuration, DisplayMetrics displayMetrics) { in setDimensions()
268 static void applyRules(Configuration configuration, DisplayMetrics displayMetrics, int apiLevel) { in applyRules()
411 private static Locale getLocale(Configuration configuration, int apiLevel) { in getLocale()
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
H A 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()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DAesGcmJceTest.java90 @Nullable Integer apiLevel = Util.getAndroidApiLevel(); in testEncryptWithAad_shouldFailOnAndroid19OrOlder() local
186 @Nullable Integer apiLevel = Util.getAndroidApiLevel(); in testWycheproofVectors() local
341 @Nullable Integer apiLevel = Util.getAndroidApiLevel(); in generateAad() local
/aosp_15_r20/prebuilts/tools/common/api-generator/
HDapi-generator-22.9.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
HDapi-generator-22.9.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
HDapi-generator-22.9.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
HDapi-generator-22.9.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
HDapi-generator-25.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
H A DCompatibilityCheckAndroidApisTest.kt31 val apiLevel: Int, constant in com.android.tools.metalava.compatibility.CompatibilityCheckAndroidApisTest.ApiLevelCheck
272 val apiLevel = apiLevelCheck.apiLevel in Test All Android API levels() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceSetupTest.java1456 private void doSetupExpectations(int apiLevel) in doSetupExpectations()
1484 int apiLevel, in doSetupExpectations()
1502 int apiLevel, in doSetupExpectations()
1521 int apiLevel, in doSetupExpectations()
/aosp_15_r20/cts/hostsidetests/theme/app/src/android/theme/app/
H A DThemeInfo.java28 public final int apiLevel; field in ThemeInfo
31 ThemeInfo(int spec, int id, int apiLevel, String name) { in ThemeInfo()
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
H A DAndroidTestEnvironment.java102 private final int apiLevel; field in AndroidTestEnvironment
192 Bootstrap.applyQualifiers(config.qualifiers(), apiLevel, androidConfiguration, displayMetrics); in setUpApplicationState() local
237 private void preloadClasses(int apiLevel) { in preloadClasses()
/aosp_15_r20/hardware/google/aemu/host-common/
Dmisc.cpp29 void emugl::setAvdInfo(bool phone, int apiLevel) { in setAvdInfo()
43 void emugl::getAvdInfo(bool* phone, int* apiLevel) { in getAvdInfo()
/aosp_15_r20/external/robolectric/pluginapi/src/main/java/org/robolectric/pluginapi/
H A DSdk.java10 private final int apiLevel; field in Sdk
12 protected Sdk(int apiLevel) { in Sdk()
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateVersion.cpp26 long apiLevel = 0; in getBoardApiLevel() local
38 long apiLevel = getBoardApiLevel(); in getDisplayXrrVersion() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/android/
H A DDeviceConfigTest.java24 private int apiLevel; field in DeviceConfigTest
218 Qualifiers.parse(qualifiers), apiLevel, configuration, displayMetrics); in applyQualifiers() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DModulePusher.java261 int apiLevel = device.getApiLevel(); in pushModulesToDevice() local
301 int apiLevel, in pushFile()
400 ITestDevice device, File[] moduleFiles, String packageName, int apiLevel) in getPreloadPaths()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceAesGcmJceTest.java112 @Nullable Integer apiLevel = Util.getAndroidApiLevel(); in testEncryptWithAad_shouldFailOnAndroid19OrOlder() local
430 @Nullable Integer apiLevel = Util.getAndroidApiLevel(); in generateAad() local
/aosp_15_r20/external/google-smali/smali/src/test/java/com/android/tools/smali/smali/
H A DLexerTest.java144 public void runTest(String test, int apiLevel) { in runTest()
148 public void runTest(String test, boolean discardHiddenTokens, int apiLevel) { in runTest()
/aosp_15_r20/frameworks/av/camera/
H A DCameraSessionStats.cpp289 int apiLevel, bool isNdk, int32_t latencyMs, int64_t logId) : in CameraSessionStats()
340 int32_t apiLevel; in readFromParcel() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java214 SoundTrigger.ConfidenceLevel apiLevel) { in api2aidlConfidenceLevel()
222 ConfidenceLevel apiLevel) { in aidl2apiConfidenceLevel()

12345678910>>...17