Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialView.java93 protected TextView mErrorView; field in AuthCredentialView
111 private final TextView mErrorView; field in AuthCredentialView.ErrorTimer
125 mErrorView = errorView; in ErrorTimer()
132 mErrorView.setText(mContext.getString( in onTick()
138 if (mErrorView != null) { in onFinish()
139 mErrorView.setText(""); in onFinish()
147 if (mErrorView != null) {
148 mErrorView.setText("");
168 if (mErrorView != null) { in showError()
169 mErrorView.setText(error); in showError()
[all …]
DAuthCredentialPasswordView.java179 || mDescriptionView == null || mPasswordField == null || mErrorView == null) { in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletView.java66 private final TextView mErrorView; field in WalletView
89 mErrorView = requireViewById(R.id.error_view); in WalletView()
180 mErrorView.setVisibility(GONE); in showCardCarousel()
209 mErrorView.setVisibility(GONE); in showEmptyStateView()
225 mErrorView.setText(message); in showErrorMessage()
226 mErrorView.setVisibility(VISIBLE); in showErrorMessage()
248 mErrorView.setVisibility(GONE); in hideErrorMessage()
266 return mErrorView; in getErrorView()