Searched refs:TOTAL_MEMORY_MB (Results 1 – 2 of 2) sorted by relevance
65 public static final long TOTAL_MEMORY_MB; field in Utils139 TOTAL_MEMORY_MB = memoryInfo.totalMem / 1024 / 1024;144 TOTAL_MEMORY_MB = 0;255 return TOTAL_MEMORY_MB >= MIN_MEMORY_PERF_CLASS_CANDIDATE_MB; in meetsMemoryPrecondition()257 return TOTAL_MEMORY_MB >= MIN_MEMORY_PERF_CLASS_T_MB; in meetsMemoryPrecondition()
199 long totalMemoryMb = Utils.TOTAL_MEMORY_MB; in testMinimumMemory()