Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoConstants.java77 public static final String LARGE_MEMORY_CLASS = "large_memory_class"; field
DDeviceInfoInstrument.java169 addResult(LARGE_MEMORY_CLASS, getLargeMemoryClass()); in onStart()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java113 serializer.attribute(ns, DeviceInfoConstants.LARGE_MEMORY_CLASS, in serialize()
114 getMetric(metricsCopy, DeviceInfoConstants.LARGE_MEMORY_CLASS)); in serialize()