Home
last modified time | relevance | path

Searched refs:allowButton (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadOverMeteredDialog.java64 final Button allowButton = (Button)findViewById(R.id.allow_button); in setTexts() local
65 allowButton.setText(String.format(allowButtonFormat, ((float)size)/(1024*1024))); in setTexts()