Searched refs:propertyToCheckFor (Results 1 – 1 of 1) sorted by relevance
280 public boolean hasProperty(@DeviceStateProperties int propertyToCheckFor) { in hasProperty() argument281 return mDeviceStateConfiguration.mSystemProperties.contains(propertyToCheckFor) in hasProperty()282 || mDeviceStateConfiguration.mPhysicalProperties.contains(propertyToCheckFor); in hasProperty()