Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceFileCollector.java112 String actualValue = device.getProperty(propEntry.getKey()); in matchProperties() local
113 if (!propEntry.getValue().equals(actualValue)) { in matchProperties()
116 mSrcFile, propEntry.getKey(), propEntry.getValue(), actualValue); in matchProperties()