Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance
50 String propertyValue = device.getProperty(mPropertyName); in run() local51 if (propertyValue == null) { in run()57 if (!mExpectedPropertyValue.equalsIgnoreCase(propertyValue)) { in run()59 mExpectedPropertyValue, propertyValue, mPropertyName); in run()
261 String propertyValue = getDevice().getProperty(key); in getBooleanSystemProperty() local262 if (propertyValue == null || propertyValue.isEmpty()) { in getBooleanSystemProperty()265 if (Arrays.asList(positiveValues).contains(propertyValue)) { in getBooleanSystemProperty()268 if (Arrays.asList(negativeValues).contains(propertyValue)) { in getBooleanSystemProperty()271 fail("Unexpected value of boolean system property '" + key + "': " + propertyValue); in getBooleanSystemProperty()