Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt129 val authenticationEntryList: List<AuthenticationEntryInfo>, constant in com.android.credentialmanager.getflow.ProviderDisplayInfo
200 val authenticationEntryList = mutableListOf<AuthenticationEntryInfo>() in toProviderDisplayInfo() constant
272 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in generateDisplayTitleTextResCode() constant
DGetCredentialComponents.kt306 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in PrimarySelectionCard() constant
487 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in PrimarySelectionCardVImpl() constant
687 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in AllSignInOptionCard() constant
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/
DFlowEngine.kt80 val authenticationEntryList: List<AuthenticationEntryInfo>, in back() constant in com.android.credentialmanager.CredentialSelectorUiState.Get.MultipleEntryPrimaryScreen
86 val authenticationEntryList: List<AuthenticationEntryInfo>, in back() constant in com.android.credentialmanager.CredentialSelectorUiState.Get.MultipleEntry
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/
DProviderInfo.kt30 val authenticationEntryList: List<AuthenticationEntryInfo>, constant in com.android.credentialmanager.model.get.ProviderInfo