Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java206 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_activeCard()
234 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
259 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
284 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
308 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()
325 assertEquals(GONE, mWalletView.getErrorView().getVisibility()); in queryCards_noCards_showEmptyState()
343 assertEquals(VISIBLE, mWalletView.getErrorView().getVisibility()); in queryCards_error_showErrorView()
344 assertEquals(errorMessage, mWalletView.getErrorView().getText().toString()); in queryCards_error_showErrorView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbWidgetHostView.java75 protected View getErrorView() { in getErrorView() method in QsbWidgetHostView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseLauncherAppWidgetHostView.java62 protected View getErrorView() { in getErrorView() method in BaseLauncherAppWidgetHostView
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java316 View child = getErrorView(); in onLayout()
601 content = getErrorView(); in applyContent()
806 defaultView = getErrorView(); in getDefaultView()
828 protected View getErrorView() { in getErrorView() method in AppWidgetHostView
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java238 View errorView = walletView.getErrorView(); in onDeviceLockStateChanged_unlocked_locked_queriesCardsAndDoesNotHide()
310 View errorView = walletView.getErrorView(); in onWalletCardsRetrieved_showsCards()
430 TextView errorView = view.getErrorView(); in onWalletCardRetrievalError_showsErrorMessage()
448 assertThat(walletView.getErrorView().getVisibility()).isEqualTo(View.GONE); in onWalletCardsRetrieved_cardDataEmpty_showsEmptyState()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletView.java225 TextView getErrorView() { in getErrorView() method in WalletView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java259 TextView getErrorView() { in getErrorView() method in WalletView
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java416 protected View getErrorView() { in getErrorView() method in RemoteViewsAdapter.RemoteViewsFrameLayout
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt8498 method protected android.view.View getErrorView();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt5690 method protected android.view.View getErrorView();