Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DPropertyUtilTest.java101 assertFalse(PropertyUtil.isVendorApiLevelNewerThan(mMockDevice, 30)); in testIsVendorApiLevelNewerThan()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java132 public static boolean isVendorApiLevelNewerThan(ITestDevice device, int apiLevel) in isVendorApiLevelNewerThan() method in PropertyUtil