Searched refs:totalMemoryMb (Results 1 – 1 of 1) sorted by relevance
161 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in testMinDataPartitionSize() local162 boolean lowRam = totalMemoryMb <= LOW_RAM_MAX; in testMinDataPartitionSize()199 long totalMemoryMb = getTotalMemory() / ONE_MEGABYTE; in assertMinMemoryMb() local200 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()