Home
last modified time | relevance | path

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

/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java53 int totalBlocks = stat.getBlockCount(); in onCreate() local
56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE)); in onCreate()
81 int totalBlocks = stat.getBlockCount(); in fillupdisk() local