Searched refs:BYTES_IN_MEGABYTE (Results 1 – 1 of 1) sorted by relevance
34 private final long BYTES_IN_MEGABYTE = BYTES_IN_KILOBYTE * BYTES_IN_KILOBYTE; field in MemoryQuery71 long availMem = memoryInfo.availMem / BYTES_IN_MEGABYTE; in queryMemory()72 long totalMem = memoryInfo.totalMem / BYTES_IN_MEGABYTE; in queryMemory()73 long threshold = memoryInfo.threshold / BYTES_IN_MEGABYTE; in queryMemory()