Searched refs:allowButton (Results 1 – 3 of 3) 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()
218 Button allowButton = findViewById(R.id.allow_button); in loadButtons() local219 allowButton.setFilterTouchesWhenObscured(true); in loadButtons()227 allowButton.setOnClickListener(b -> setOrUpdateCredentialManagementAppAndFinish()); in loadButtons()
308 final Button allowButton = content.findViewById( in createEnableDialogContentView() local312 allowButton.setOnClickListener((view) -> { in createEnableDialogContentView()