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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 75 public static final String IS_LOW_RAM_DEVICE = "is_low_ram_device";
DeviceInfoInstrument.java 167 addResult(IS_LOW_RAM_DEVICE, isLowRamDevice());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 109 serializer.attribute(ns, DeviceInfoConstants.IS_LOW_RAM_DEVICE,
110 getMetric(metricsCopy, DeviceInfoConstants.IS_LOW_RAM_DEVICE));

Completed in 739 milliseconds