Home
last modified time | relevance | path

Searched defs:actionButtonText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/shared/constants/
DKeyguardBouncerConstants.kt77 @JvmField val actionButtonText = colors.materialColorOnSecondaryContainer constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletView.java304 CharSequence actionButtonText = getActionButtonText(walletCard); in renderActionButton() local