HomeSort by relevance Sort by last modified time
    Searched refs:SMALLEST_SCREEN_WIDTH_DP (Results 1 - 3 of 3) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 49 public static final String SMALLEST_SCREEN_WIDTH_DP = "smallest_screen_width_dp";
DeviceInfoInstrument.java 103 addResult(SMALLEST_SCREEN_WIDTH_DP, configuration.smallestScreenWidthDp);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 98 serializer.attribute(ns, DeviceInfoConstants.SMALLEST_SCREEN_WIDTH_DP,
99 getMetric(metricsCopy, DeviceInfoConstants.SMALLEST_SCREEN_WIDTH_DP));

Completed in 37 milliseconds