/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenControllerTest.java | 206 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 D | QsbWidgetHostView.java | 75 protected View getErrorView() { in getErrorView() method in QsbWidgetHostView
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | BaseLauncherAppWidgetHostView.java | 62 protected View getErrorView() { in getErrorView() method in BaseLauncherAppWidgetHostView
|
/aosp12/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 316 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 D | WalletPanelViewControllerTest.java | 238 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 D | WalletView.java | 225 TextView getErrorView() { in getErrorView() method in WalletView
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletView.java | 259 TextView getErrorView() { in getErrorView() method in WalletView
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 416 protected View getErrorView() { in getErrorView() method in RemoteViewsAdapter.RemoteViewsFrameLayout
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 8498 method protected android.view.View getErrorView();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 5690 method protected android.view.View getErrorView();
|