Searched refs:mCipherText (Results 1 – 1 of 1) sorted by relevance
111 EditText mCipherText; field in KeyStoreUsage186 final String signature = mCipherText.getText().toString(); in onCreate()214 mCipherText = (EditText) findViewById(R.id.ciphertext); in onCreate()215 mCipherText.setOnFocusChangeListener(new OnFocusChangeListener() { in onCreate()218 mCipherText in onCreate()254 mCipherText.setEnabled(enabled); in setKeyActionButtonsEnabled()399 mCipherText.setText(result); in onPostExecute()405 mCipherText.setText("error!"); in onCancelled()471 mCipherText.setTextColor(getResources().getColor(R.color.solid_green)); in onPostExecute()473 mCipherText.setTextColor(getResources().getColor(R.color.solid_red)); in onPostExecute()[all …]