Home
last modified time | relevance | path

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