Searched refs:startSizeTextView (Results 1 – 1 of 1) sorted by relevance
55 TextView startSizeTextView = findViewById(R.id.totalsize); in onCreate() local56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE)); in onCreate()