Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoConstants.java49 public static final String SMALLEST_SCREEN_WIDTH_DP = "smallest_screen_width_dp"; field
DDeviceInfoInstrument.java109 addResult(SMALLEST_SCREEN_WIDTH_DP, configuration.smallestScreenWidthDp); in onStart()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java99 serializer.attribute(ns, DeviceInfoConstants.SMALLEST_SCREEN_WIDTH_DP, in serialize()
100 getMetric(metricsCopy, DeviceInfoConstants.SMALLEST_SCREEN_WIDTH_DP)); in serialize()