Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java161 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in testMinDataPartitionSize() local
162 boolean lowRam = totalMemoryMb <= LOW_RAM_MAX; in testMinDataPartitionSize()
199 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in assertMinMemoryMb() local
200 boolean lowRam = totalMemoryMb <= LOW_RAM_MAX; in assertMinMemoryMb()
204 Log.i(TAG, String.format("totalMemoryMb=%,d", totalMemoryMb)); in assertMinMemoryMb()
209 + "Found = %d, Minimum = %d", totalMemoryMb, minMb), totalMemoryMb >= minMb); in assertMinMemoryMb()