Searched defs:totalMb (Results 1 – 2 of 2) sorted by relevance
87 private boolean fillUpMemoryAndCheck(final long totalMb, final IBinder testFunc) { in fillUpMemoryAndCheck()171 static boolean runOnce(final IBinder binder, final long totalMb) { in runOnce()
425 long totalMb = (reader.getFreeSizeKb() + reader.getCachedSizeKb()) >> 10; in fillUpMemoryAndCheck() local