Searched refs:ActiveEntry (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/ |
D | CreateModel.kt | 33 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
|
D | CreateCredentialComponents.kt | 247 onOptionSelected: (ActiveEntry) -> Unit, in MoreOptionsSelectionCard() 288 ActiveEntry( in MoreOptionsSelectionCard() 319 selectedEntry: ActiveEntry, in NonDefaultUsageConfirmationCard()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | DataConverter.kt | 34 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()
|
D | CredentialSelectorViewModel.kt | 44 import com.android.credentialmanager.createflow.ActiveEntry 350 fun createFlowOnEntrySelectedFromMoreOptionScreen(activeEntry: ActiveEntry) { in createFlowOnEntrySelectedFromMoreOptionScreen()
|