Home
last modified time | relevance | path

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

/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java38 static final int BYTE_SIZE = 1024; field in LowStorageTest
56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE)); in onCreate()
125 freeSizeTextView.setText(Long.toString((availableBlocks * mBlockSize) / BYTE_SIZE)); in updateInfo()