Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt419 var createOptionsSize = 0 in CreationSelectionCard() variable
425 createOptionsSize += enabledProvider.sortedCreateOptions.size in CreationSelectionCard()
427 val shouldShowMoreOptionsButton = createOptionsSize > 1 || remoteEntry != null in CreationSelectionCard()