Searched refs:updateButton (Results 1 – 2 of 2) sorted by relevance
161 updateButton(); in testTimedKey()169 private void updateButton() { in updateButton() method in CredentialCryptoTests
190 Button updateButton = (Button) findViewById(R.id.update_button); in updateWidget() local191 updateButton.setOnClickListener(this); in updateWidget()192 updateButton.setVisibility(View.VISIBLE); in updateWidget()