Home
last modified time | relevance | path

Searched refs:totalMb (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java87 private boolean fillUpMemoryAndCheck(final long totalMb, final IBinder testFunc) { in fillUpMemoryAndCheck() argument
95 for (long i = 0; i < totalMb; i++) { in fillUpMemoryAndCheck()
171 static boolean runOnce(final IBinder binder, final long totalMb) { in runOnce() argument
176 data.writeLong(totalMb); in runOnce()
DActivityManagerAppExitInfoTest.java422 long totalMb = (reader.getFreeSizeKb() + reader.getCachedSizeKb()) >> 10; in fillUpMemoryAndCheck() local
423 if (!MemoryConsumerService.runOnce(consumer, totalMb) && list.size() == 0) { in fillUpMemoryAndCheck()