Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheck.java57 String propertyValue = device.getProperty(mPropertyName); in run() local
67 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()
DVtsDeviceInfoCollector.java95 String propertyValue = device.getProperty(entry.getValue()); in setUp() local
96 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()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...