Searched refs:propertyEquals (Results 1 – 6 of 6) sorted by relevance
60 return propertyEquals(BUILD_TYPE_PROPERTY, "user"); in isUserBuild()192 public static boolean propertyEquals(String property, String value) { in propertyEquals() method in PropertyUtil
59 if (PropertyUtil.propertyEquals(mDevice, "ro.crypto.type", "managed")) { in testMetadataEncryptionIsEnabled()
160 boolean lowRamDevice = PropertyUtil.propertyEquals("ro.config.low_ram", "true"); in supportsHardware()
170 boolean lowRamDevice = PropertyUtil.propertyEquals("ro.config.low_ram", "true"); in supportsHardware()
161 boolean lowRamDevice = PropertyUtil.propertyEquals("ro.config.low_ram", "true"); in supportsHardware()
647 return PropertyUtil.propertyEquals("ro.boot.qemu", "1"); in isAndroidEmulator()