Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java103 showEmptyStateView(); in WalletPanelViewController()
196 showEmptyStateView(); in onWalletCardsRetrieved()
294 private void showEmptyStateView() { in showEmptyStateView() method in WalletPanelViewController
309 mWalletView.showEmptyStateView(logo, logoContentDesc, label, v -> startIntent(intent)); in showEmptyStateView()
DWalletView.java178 void showEmptyStateView(Drawable logo, CharSequence logoContentDescription, CharSequence label, in showEmptyStateView() method in WalletView