Searched refs:getVendorApiLevel (Results 1 – 2 of 2) sorted by relevance
38 public int getVendorApiLevel() { in getVendorApiLevel() method in WindowExtensionsImpl
54 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;735 if (Math.min(getFirstApiLevel(), getVendorApiLevel()) >= entry.getValue()) { in testGetSupportedAlgorithms()