Searched refs:mEncPassword (Results 1 – 1 of 1) sorted by relevance
75 TextView mEncPassword; field in BackupRestoreConfirmation181 mEncPassword = findViewById(R.id.enc_password); in onCreate()230 mEncPassword.addTextChangedListener(new TextWatcher() { in monitorEncryptionPassword()239 mAllowButton.setEnabled(mEncPassword.getText().length() > 0); in monitorEncryptionPassword()260 CharSequence encPassword = mEncPassword.getText(); in sendAcknowledgement()