Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java160 int availableBlocks = fs.getAvailableBlocks(); in testDownloadToCacheWithAlmostFullCache() local
161 int availableBytes = blockSize * availableBlocks; in testDownloadToCacheWithAlmostFullCache()
173 int remainderSizeBlocks = availableBlocks - writeSizeBlocks; in testDownloadToCacheWithAlmostFullCache()
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java123 long availableBlocks = stat.getAvailableBlocks(); in updateInfo() local
125 freeSizeTextView.setText(Long.toString((availableBlocks * mBlockSize) / BYTE_SIZE)); in updateInfo()