Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/single/password/
DSinglePasswordScreen.kt27 import com.android.credentialmanager.FlowEngine
54 flowEngine: FlowEngine, in SinglePasswordScreen()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/single/passkey/
DSinglePasskeyScreen.kt27 import com.android.credentialmanager.FlowEngine
54 flowEngine: FlowEngine, in SinglePasskeyScreen()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/single/signInWithProvider/
DSignInWithProviderScreen.kt24 import com.android.credentialmanager.FlowEngine
51 flowEngine: FlowEngine, in SignInWithProviderScreen()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/multiple/
DMultiCredentialsFlattenScreen.kt27 import com.android.credentialmanager.FlowEngine in <lambda>()
50 flowEngine: FlowEngine, in <lambda>()
DMultiCredentialsFoldScreen.kt28 import com.android.credentialmanager.FlowEngine in <lambda>()
53 flowEngine: FlowEngine, in <lambda>()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/
DWearApp.kt35 import com.android.credentialmanager.FlowEngine
54 flowEngine: FlowEngine, in WearApp()
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/
DFlowEngine.kt30 interface FlowEngine { interface
DCredentialSelectorViewModel.kt48 ) : FlowEngine, ViewModel() { in <lambda>()