/aosp_15_r20/hardware/interfaces/thermal/aidl/vts/ |
H A D | VtsHalThermalTargetTest.cpp | 358 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local 431 auto apiLevel = ::android::base::GetIntProperty<int32_t>("ro.vendor.api_level", 0); in TEST_P() local
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | BroadcastOptions.java | 480 public void setMinManifestReceiverApiLevel(int apiLevel) { in setMinManifestReceiverApiLevel() 516 public void setMaxManifestReceiverApiLevel(int apiLevel) { in setMaxManifestReceiverApiLevel()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | SystemFeatureListInitializer.java | 13 int apiLevel = RuntimeEnvironment.getApiLevel(); in getSystemFeatures() local
|
H A D | VibrationAttributesBuilder.java | 37 int apiLevel = RuntimeEnvironment.getApiLevel(); in build() local
|
H A D | PlaybackInfoBuilder.java | 50 int apiLevel = RuntimeEnvironment.getApiLevel(); in build() local
|
/aosp_15_r20/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
D | ShimUtils.java | 38 public static boolean isReleaseOrDevelopmentApiAbove(int apiLevel) { in isReleaseOrDevelopmentApiAbove()
|
/aosp_15_r20/test/vts/tests/gpu_test/src/com/android/gpu/vts/ |
H A D | OpenGlEsTest.java | 39 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkOpenGlEsDeqpLevelIsHighEnough() local
|
H A D | GpuProfilingTest.java | 69 final int apiLevel = Util.getVendorApiLevelOrFirstProductApiLevel(getDevice()); in checkGpuProfilingRequirements() local
|
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/ |
H A D | SmaliOptions.java | 34 public int apiLevel = 15; field in SmaliOptions
|
H A D | PrintTokensCommand.java | 58 private int apiLevel = 15; field in PrintTokensCommand
|
H A D | smaliFlexLexer.java | 3192 private int apiLevel; field in smaliFlexLexer 3380 public smaliFlexLexer(java.io.Reader in, int apiLevel) { in smaliFlexLexer()
|
H A D | AssembleCommand.java | 64 private int apiLevel = 15; field in AssembleCommand
|
H A D | SmaliTestUtils.java | 55 public static DexBackedClassDef compileSmali(String smaliText, int apiLevel) in compileSmali()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/ |
D | MinApiLevelModuleController.java | 44 int apiLevel = -1; in shouldRun() local
|
D | ShippingApiLevelModuleController.java | 74 long apiLevel = device.getIntProperty(prop, VALUE_NOT_FOUND); in shouldRunTestWithApiLevels() local
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Java/ |
H A D | JavadocParser.kt | 27 val apiLevel: DocumentationNode? = null, in <lambda>() constant in org.jetbrains.dokka.JavadocParseResult 183 val apiLevel = docTagValue.firstChild in parseDocumentation() constant
|
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/ |
H A D | UnknownSdk.java | 9 UnknownSdk(int apiLevel) { in UnknownSdk()
|
H A D | SdkCollection.java | 43 public Sdk getSdk(int apiLevel) { in getSdk()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | ActivityStatusChecker.java | 44 int apiLevel = device.getApiLevel(); in isFrontActivityLauncher() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/ |
H A D | DexOptions.java | 74 public boolean apiIsSupported(int apiLevel) { in apiIsSupported()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/plugins/ |
H A D | StubSdk.java | 13 public StubSdk(int apiLevel, boolean isSupported) { in StubSdk()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 761 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in onStart() local 798 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in registerIrisSensors() local
|
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/ |
H A D | WifiBlobStore.java | 46 int apiLevel = SystemProperties.getInt(propertyName, -1); in isVendorApiLevelGreaterThanT() local
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/util/ |
D | Environment.java | 78 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan()
|
/aosp_15_r20/external/google-smali/baksmali/src/main/java/com/android/tools/smali/baksmali/ |
H A D | DexInputCommand.java | 58 public int apiLevel = -1; field in DexInputCommand
|