Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java213 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_activeCard()
241 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
266 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
291 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
315 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()
332 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_noCards_showEmptyState()
351 assertEquals(VISIBLE, mWalletView.getErrorView().getVisibility()); in queryCards_error_showErrorView()
352 assertEquals(errorMessage, mWalletView.getErrorView().getText().toString()); in queryCards_error_showErrorView()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java324 View child = getErrorView(); in handleViewError()
612 content = getErrorView(); in applyContent()
820 defaultView = getErrorView(); in getDefaultView()
842 protected View getErrorView() { in getErrorView() method in AppWidgetHostView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java266 TextView getErrorView() { in getErrorView() method in WalletView
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java416 protected View getErrorView() { in getErrorView() method in RemoteViewsAdapter.RemoteViewsFrameLayout
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9309 method protected android.view.View getErrorView();