Home
last modified time | relevance | path

Searched refs:KEY_ERROR_TEXT_STRING (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java60 private static final String KEY_ERROR_TEXT_STRING = "key_error_text_string"; field in BiometricDialogView
242 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()