Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoConstants.java76 public static final String MEMORY_CLASS = "memory_class"; field
DDeviceInfoInstrument.java168 addResult(MEMORY_CLASS, getMemoryClass()); in onStart()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java111 serializer.attribute(ns, DeviceInfoConstants.MEMORY_CLASS, in serialize()
112 getMetric(metricsCopy, DeviceInfoConstants.MEMORY_CLASS)); in serialize()