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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 46 public static final String SCREEN_SIZE = "screen_size";
DeviceInfoInstrument.java 93 addResult(SCREEN_SIZE, screenSize);
  /external/qemu-pc-bios/vgabios/
vgabios.h 43 #define SCREEN_SIZE(x,y) (((x*y*2)|0x00ff)+1)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 96 serializer.attribute(ns, DeviceInfoConstants.SCREEN_SIZE,
97 getMetric(metricsCopy, DeviceInfoConstants.SCREEN_SIZE));
361 DeviceInfoConstants.SCREEN_SIZE);
TestPackageResult.java 241 DeviceInfoConstants.SCREEN_SIZE);

Completed in 98 milliseconds