Home
last modified time | relevance | path

Searched refs:MINIMUM_VENDOR_API_LEVEL (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/common/src/android/adpf/common/
DADPFHintSessionConstants.java23 public static final int MINIMUM_VENDOR_API_LEVEL = 202404; // V field in ADPFHintSessionConstants
/cts/hostsidetests/adpf/src/android/adpf/cts/
DADPFHintSessionHostJUnit4Test.java25 import static android.adpf.common.ADPFHintSessionConstants.MINIMUM_VENDOR_API_LEVEL;
95 assumeTrue("Test is only enforced on vendor API level >= " + MINIMUM_VENDOR_API_LEVEL in checkMinVendorApiLevel()
97 apiLevel >= MINIMUM_VENDOR_API_LEVEL); in checkMinVendorApiLevel()