Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateModel.kt33 val activeEntry: ActiveEntry? = null,
46 activeEntry: ActiveEntry, in findBiometricFlowEntry()
67 activeEntry: ActiveEntry?, in getCreateEntry()
80 activeEntry: ActiveEntry, in isBiometricFlow()
117 activeEntry: ActiveEntry?, in isFlowAutoSelectable()
172 data class ActiveEntry ( class
DCreateCredentialComponents.kt247 onOptionSelected: (ActiveEntry) -> Unit, in MoreOptionsSelectionCard()
288 ActiveEntry( in MoreOptionsSelectionCard()
319 selectedEntry: ActiveEntry, in NonDefaultUsageConfirmationCard()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DDataConverter.kt34 import com.android.credentialmanager.createflow.ActiveEntry in <lambda>()
477 ): ActiveEntry? { in toActiveEntry()
482 ActiveEntry(remoteEntryProvider, remoteEntry) in toActiveEntry()
485 ActiveEntry(defaultProvider, defaultProvider.sortedCreateOptions.first()) in toActiveEntry()
488 ActiveEntry(topEntryProvider, topEntry) in toActiveEntry()
DCredentialSelectorViewModel.kt44 import com.android.credentialmanager.createflow.ActiveEntry
350 fun createFlowOnEntrySelectedFromMoreOptionScreen(activeEntry: ActiveEntry) { in createFlowOnEntrySelectedFromMoreOptionScreen()