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