Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt398 val footerDescription = createOptionInfo.footerDescription in CreationSelectionCard() constant
400 if (!footerDescription.isNullOrBlank()) { in CreationSelectionCard()
403 BodyMediumText(text = footerDescription) in CreationSelectionCard()
447 if (footerDescription != null && footerDescription.length > 0) { in CreationSelectionCard()
457 BodySmallText(text = footerDescription) in CreationSelectionCard()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/
DCreateOptionInfo.kt38 val footerDescription: String?, constant
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt525 .footerDescription, biometricRequestInfo = selectedEntry.biometricRequest in retrieveBiometricCreateDisplayValues()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DDataConverter.kt516 footerDescription = createEntry.description?.toString(), in toSortedCreationOptionInfoList()