Home
last modified time | relevance | path

Searched refs:authenticationEntryList (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt72 if (providerDisplayInfo.authenticationEntryList.isNotEmpty()) { in <lambda>()
100 state.providerDisplayInfo.authenticationEntryList.isNotEmpty() || in hasContentToDisplay()
106 if (providerDisplayInfo.authenticationEntryList.isNotEmpty()) { in findAutoSelectEntry()
129 val authenticationEntryList: List<AuthenticationEntryInfo>, constant in com.android.credentialmanager.getflow.ProviderDisplayInfo
200 val authenticationEntryList = mutableListOf<AuthenticationEntryInfo>() in toProviderDisplayInfo() constant
203 authenticationEntryList.addAll(providerInfo.authenticationEntryList) in toProviderDisplayInfo()
245 authenticationEntryList = authenticationEntryList, in toProviderDisplayInfo()
257 authenticationEntryList: List<AuthenticationEntryInfo> = emptyList() in generateDisplayTitleTextResCode()
263 else if (authenticationEntryList.isNotEmpty()) in generateDisplayTitleTextResCode()
272 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in generateDisplayTitleTextResCode() constant
[all …]
DGetCredentialComponents.kt107 authenticationEntryList = in <lambda>()
108 getCredentialUiState.providerDisplayInfo.authenticationEntryList, in <lambda>()
306 val authenticationEntryList = providerDisplayInfo.authenticationEntryList in PrimarySelectionCard() constant
320 it.credentialEntryList.isNotEmpty() || it.authenticationEntryList.isNotEmpty() in PrimarySelectionCard()
337 authenticationEntryList.isEmpty()) || (sortedUserNameToCredentialEntryList.isEmpty() && in PrimarySelectionCard()
338 authenticationEntryList.size == 1) in PrimarySelectionCard()
358 authenticationEntryList) in PrimarySelectionCard()
360 if (authenticationEntryList.isNotEmpty() || in PrimarySelectionCard()
382 val authenticationEntrySize = authenticationEntryList.size in PrimarySelectionCard()
397 authenticationEntryList.forEach { in PrimarySelectionCard()
[all …]
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/mappers/
DCredentialSelectorUiStateGetMapper.kt53 authenticationEntryList = providerInfos.flatMap { it.authenticationEntryList } in <lambda>()
64 authenticationEntryList = providerInfos.flatMap { it.authenticationEntryList } in <lambda>()
/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
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt125 authenticationEntryList = listOf(authenticationEntryInfo) in On primary screen, multiple accounts returns SingleEntryPerAccount()
207 authenticationEntryList = listOf(authenticationEntryInfo),
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/multiple/
DMultiCredentialsFoldScreen.kt91 credentialSelectorUiState.authenticationEntryList.forEach { authenticationEntryInfo -> in <lambda>()
/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/
DGetCredScreenshotTest.kt157 authenticationEntryList = emptyList(), in buildProviderInfoList()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt92 authenticationEntryList = getAuthenticationEntryList( in toProviderList()