Home
last modified time | relevance | path

Searched defs:authenticationEntryList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt70 val authenticationEntryList: List<AuthenticationEntryInfo>, constant in com.android.credentialmanager.getflow.ProviderInfo
83 val authenticationEntryList: List<AuthenticationEntryInfo>, constant in com.android.credentialmanager.getflow.ProviderDisplayInfo
212 val authenticationEntryList = mutableListOf<AuthenticationEntryInfo>() in toProviderDisplayInfo() constant
261 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in toActiveEntry() constant
DGetCredentialComponents.kt187 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in PrimarySelectionCard() constant
368 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in AllSignInOptionCard() constant