Searched refs:bytesText (Results 1 – 2 of 2) sorted by relevance
153 String bytesText; in updateCurrentView() local155 bytesText = formatText(threshold / (float) GIB_IN_BYTES); in updateCurrentView()158 bytesText = formatText(threshold / (float) MIB_IN_BYTES); in updateCurrentView()161 mThresholdEditor.setText(bytesText); in updateCurrentView()162 mThresholdEditor.setSelection(0, bytesText.length()); in updateCurrentView()
303 final String bytesText = formatText(bytes, in setupPicker() local305 bytesPicker.setText(bytesText); in setupPicker()306 bytesPicker.setSelection(0, bytesText.length()); in setupPicker()