Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
H A DWindowExtensionsImpl.java38 public int getVendorApiLevel() { in getVendorApiLevel() method in WindowExtensionsImpl
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTest.java54 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;
735 if (Math.min(getFirstApiLevel(), getVendorApiLevel()) >= entry.getValue()) { in testGetSupportedAlgorithms()