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