Searched refs:propertyPrefix (Results 1 – 1 of 1) sorted by relevance
202 DeviceInfoStore store, Display.Mode mode, String propertyPrefix) throws IOException { in addDisplayModeProperties() argument203 store.addResult(propertyPrefix + "physical_width_pixels", mode.getPhysicalWidth()); in addDisplayModeProperties()204 store.addResult(propertyPrefix + "physical_height_pixels", mode.getPhysicalHeight()); in addDisplayModeProperties()205 store.addResult(propertyPrefix + "refresh_rate", mode.getRefreshRate()); in addDisplayModeProperties()