Searched refs:allowButton (Results 1 – 2 of 2) 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()
214 Button allowButton = findViewById(R.id.allow_button); in loadButtons() local222 allowButton.setOnClickListener(b -> setOrUpdateCredentialManagementAppAndFinish()); in loadButtons()