Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java82 int vendorApiLevel = getPropertyInt(device, VNDK_VERSION); in isVendorApiLevelNewerThan()
148 public static int getPropertyInt(ITestDevice device, String property) in getPropertyInt() method in PropertyUtil