Searched refs:BYTE_SIZE (Results 1 – 1 of 1) sorted by relevance
38 static final int BYTE_SIZE = 1024; field in LowStorageTest56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE)); in onCreate()125 freeSizeTextView.setText(Long.toString((availableBlocks * mBlockSize) / BYTE_SIZE)); in updateInfo()