Home
last modified time | relevance | path

Searched refs:propertyPrefix (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DScreenDeviceInfo.java202 DeviceInfoStore store, Display.Mode mode, String propertyPrefix) throws IOException { in addDisplayModeProperties() argument
203 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()