OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowbutton
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadOverMeteredDialog.java
64
final Button
allowButton
= (Button)findViewById(R.id.allow_button);
65
allowButton
.setText(String.format(allowButtonFormat, ((float)size)/(1024*1024)));
Completed in 45 milliseconds