Searched refs:KEY_ERROR_TEXT_STRING (Results 1 – 1 of 1) sorted by relevance
60 private static final String KEY_ERROR_TEXT_STRING = "key_error_text_string"; field in BiometricDialogView242 bundle.putCharSequence(KEY_ERROR_TEXT_STRING, mErrorText.getText()); in onSaveState()481 mErrorText.setText(bundle.getCharSequence(KEY_ERROR_TEXT_STRING)); in restoreState()482 mErrorText.setContentDescription(bundle.getCharSequence(KEY_ERROR_TEXT_STRING)); in restoreState()