Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPropertyCheck.java41 private String mExpectedPropertyValue = null; field in PropertyCheck
59 if (mPropertyValueIsSetOnly && mExpectedPropertyValue != null) { in run()
62 } else if (!mPropertyValueIsSetOnly && mExpectedPropertyValue == null) { in run()
84 mPropertyName, mExpectedPropertyValue); in run()
88 if (!mExpectedPropertyValue.equalsIgnoreCase(propertyValue)) { in run()
90 mExpectedPropertyValue, propertyValue, mPropertyName); in run()