Searched refs:mExpectedPropertyValue (Results 1 – 1 of 1) sorted by relevance
41 private String mExpectedPropertyValue = null; field in PropertyCheck59 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()