Home
last modified time | relevance | path

Searched refs:isVndkApiLevelNewerThan (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/library/src_target/com/android/test/usesnativesharedlibrary/
DLoadTest.java96 if (!PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.R)) { in testAvailableLibrariesAreLoaded()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java161 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan() method in PropertyUtil
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2196 && PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.S); in testStartLocalOnlyHotspotWithConfigBssid()
3209 && PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.S); in testSetGetSoftApConfigurationAndSoftApCapabilityCallback()
3309 && PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.S); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3352 if (PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.S) in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
6224 boolean halSupport = PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.TIRAMISU); in applicationQosFeatureEnabled()