Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java103 public static int getVendorApiLevel() { in getVendorApiLevel() method in PropertyUtil
121 return getVendorApiLevel() > apiLevel; in isVendorApiLevelNewerThan()
129 return getVendorApiLevel() >= apiLevel; in isVendorApiLevelAtLeast()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java695 if (PropertyUtil.getVendorApiLevel() >= Build.VERSION_CODES.S) {