Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java67 private final TextView mErrorView; field in WalletView
90 mErrorView = requireViewById(R.id.error_view); in WalletView()
181 mErrorView.setVisibility(GONE); in showCardCarousel()
210 mErrorView.setVisibility(GONE); in showEmptyStateView()
226 mErrorView.setText(message); in showErrorMessage()
227 mErrorView.setVisibility(VISIBLE); in showErrorMessage()
249 mErrorView.setVisibility(GONE); in hideErrorMessage()
267 return mErrorView; in getErrorView()