Home
last modified time | relevance | path

Searched refs:getTotalMemory (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java164 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in testMinDataPartitionSize()
182 if (getTotalMemory() >= 2048 * ONE_MEGABYTE) return; in testDevicesWithLessThan2GiBMustOnlySupportOneAbi()
198 private long getTotalMemory() { in getTotalMemory() method in LowRamDeviceTest
218 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in assertMinMemoryMb()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java173 addResult(TOTAL_MEMORY, getTotalMemory()); in onStart()
467 private String getTotalMemory() { in getTotalMemory() method in DeviceInfoInstrument
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java59 public static long getTotalMemory(Context context) { in getTotalMemory() method in SystemUtil
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java246 long memSize = SystemUtil.getTotalMemory(context); in getFileSizeExceedingMemory()