Searched refs:getTotalMemory (Results 1 – 4 of 4) sorted by relevance
164 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in testMinDataPartitionSize()182 if (getTotalMemory() >= 2048 * ONE_MEGABYTE) return; in testDevicesWithLessThan2GiBMustOnlySupportOneAbi()198 private long getTotalMemory() { in getTotalMemory() method in LowRamDeviceTest218 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in assertMinMemoryMb()
173 addResult(TOTAL_MEMORY, getTotalMemory()); in onStart()467 private String getTotalMemory() { in getTotalMemory() method in DeviceInfoInstrument
59 public static long getTotalMemory(Context context) { in getTotalMemory() method in SystemUtil
246 long memSize = SystemUtil.getTotalMemory(context); in getFileSizeExceedingMemory()