Searched refs:allowButtonFormat (Results 1 – 1 of 1) sorted by relevance
59 final String allowButtonFormat = getString(R.string.download_over_metered); in setTexts() local65 allowButton.setText(String.format(allowButtonFormat, ((float)size)/(1024*1024))); in setTexts()