Home
last modified time | relevance | path

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

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