Home
last modified time | relevance | path

Searched refs:actionButtonText (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() local
299 if (!isUdfpsEnabled && actionButtonText != null) { in renderActionButton()
301 mActionButton.setText(actionButtonText); in renderActionButton()