Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java296 CharSequence logoContentDesc = mWalletClient.getServiceLabel(); in showEmptyStateView() local
300 || TextUtils.isEmpty(logoContentDesc) in showEmptyStateView()
309 mWalletView.showEmptyStateView(logo, logoContentDesc, label, v -> startIntent(intent)); in showEmptyStateView()