Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java298 CharSequence actionButtonText = getActionButtonText(walletCard); in renderActionButton()
338 private static CharSequence getActionButtonText(WalletCardViewInfo card) { in getActionButtonText() method in WalletView