Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java80 public static boolean isVendorApiLevelNewerThan(ITestDevice device, int apiLevel) in isVendorApiLevelNewerThan() argument
86 return vendorApiLevel > apiLevel; in isVendorApiLevelNewerThan()