Searched refs:totalMb (Results 1 – 2 of 2) sorted by relevance
87 private boolean fillUpMemoryAndCheck(final long totalMb, final IBinder testFunc) { in fillUpMemoryAndCheck() argument95 for (long i = 0; i < totalMb; i++) { in fillUpMemoryAndCheck()171 static boolean runOnce(final IBinder binder, final long totalMb) { in runOnce() argument176 data.writeLong(totalMb); in runOnce()
425 long totalMb = (reader.getFreeSizeKb() + reader.getCachedSizeKb()) >> 10; in fillUpMemoryAndCheck() local426 if (!MemoryConsumerService.runOnce(consumer, totalMb) && list.size() == 0) { in fillUpMemoryAndCheck()