Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DRequestManageCredentials.java218 Button allowButton = findViewById(R.id.allow_button); in loadButtons() local
219 allowButton.setFilterTouchesWhenObscured(true); in loadButtons()
227 allowButton.setOnClickListener(b -> setOrUpdateCredentialManagementAppAndFinish()); in loadButtons()
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/dialog/
H A DAccessibilityTargetHelper.java308 final Button allowButton = content.findViewById( in createEnableDialogContentView() local
312 allowButton.setOnClickListener((view) -> { in createEnableDialogContentView()