Home
last modified time | relevance | path

Searched refs:allowButton (Results 1 – 2 of 2) 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()
/packages/apps/Settings/src/com/android/settings/security/
DRequestManageCredentials.java214 Button allowButton = findViewById(R.id.allow_button); in loadButtons() local
222 allowButton.setOnClickListener(b -> setOrUpdateCredentialManagementAppAndFinish()); in loadButtons()