Searched refs:isVndkApiLevelNewerThan (Results 1 – 3 of 3) sorted by relevance
96 if (!PropertyUtil.isVndkApiLevelNewerThan(Build.VERSION_CODES.R)) { in testAvailableLibrariesAreLoaded()
161 public static boolean isVndkApiLevelNewerThan(int apiLevel) { in isVndkApiLevelNewerThan() method in PropertyUtil
2196 && 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()