Searched refs:allowButton (Results 1 – 1 of 1) sorted by relevance
64 final Button allowButton = (Button)findViewById(R.id.allow_button); in setTexts() local65 allowButton.setText(String.format(allowButtonFormat, ((float)size)/(1024*1024))); in setTexts()