Searched refs:valueWasSet (Results 1 – 5 of 5) sorted by relevance
82 val valueWasSet = in setDeviceConfigPrivacyProperty() constant89 check(valueWasSet) { "Could not set $propertyName to $value" } in setDeviceConfigPrivacyProperty()
152 boolean valueWasSet = DeviceConfig.setProperty( in setDeviceConfigPrivacyProperty()157 if (!valueWasSet) { in setDeviceConfigPrivacyProperty()
536 val valueWasSet = in <lambda>() constant543 require(valueWasSet) { "Could not set $name to: $stringValue" } in <lambda>()
206 val valueWasSet = in <lambda>() constant213 check(valueWasSet) { "Could not set $propertyName to $value" } in <lambda>()
324 boolean valueWasSet = DeviceConfig.setProperty( in setDeviceConfigProperty()329 if (!valueWasSet) { in setDeviceConfigProperty()