Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java87 int firstApiLevel = getPropertyInt(FIRST_API_LEVEL); in getFirstApiLevel()
109 int apiLevel = getPropertyInt(prop); in getVendorApiLevel()
138 int vndkApiLevel = getPropertyInt(VNDK_VERSION); in isVndkApiLevelNewerThan()
152 int vndkApiLevel = getPropertyInt(VNDK_VERSION); in isVndkApiLevelAtLeast()
226 public static int getPropertyInt(String property) { in getPropertyInt() method in PropertyUtil
/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java398 PropertyUtil.getPropertyInt(mDevice, "ro.apk_verity.mode") != 2) { in testConfigFsVerity()