Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java295 CharSequence logoContentDesc = mWalletClient.getServiceLabel(); in showEmptyStateView() local
299 || TextUtils.isEmpty(logoContentDesc) in showEmptyStateView()
308 mWalletView.showEmptyStateView(logo, logoContentDesc, label, v -> startIntent(intent)); in showEmptyStateView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java266 CharSequence logoContentDesc = mWalletClient.getServiceLabel(); in showEmptyStateView() local
270 || TextUtils.isEmpty(logoContentDesc) in showEmptyStateView()
281 logoContentDesc, in showEmptyStateView()