Searched refs:propertyValue (Results 1 – 3 of 3) sorted by relevance
92 String propertyValue = device.getProperty(entry.getValue()); in setUp() local93 if ((propertyValue == null || propertyValue.length() == 0) in setUp()95 propertyValue = device.getProperty(BUILD_LEGACY_PROPERTIES.get(entry.getValue())); in setUp()97 buildInfo.addBuildAttribute(entry.getKey(), ArrayUtil.join(",", propertyValue)); in setUp()
57 String propertyValue = device.getProperty(mPropertyName); in run() local58 if (propertyValue == null) { in run()65 if (!mExpectedPropertyValue.equalsIgnoreCase(propertyValue)) { in run()67 mExpectedPropertyValue, propertyValue, mPropertyName); in run()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...