Searched refs:authenticationEntryInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorUiStateGetMapperTest.kt | 54 private val authenticationEntryInfo = constant in com.android.credentialmanager.CredentialSelectorUiStateGetMapperTest 125 authenticationEntryList = listOf(authenticationEntryInfo) in On primary screen, multiple accounts returns SingleEntryPerAccount() 143 listOf(authenticationEntryInfo) in On secondary screen, a MultipleEntry is returned() 170 listOf(authenticationEntryInfo, authenticationEntryInfo) in Returned multiple entry is sorted by credentialType and lastUsedTimeMillis() 207 authenticationEntryList = listOf(authenticationEntryInfo),
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/components/ |
D | CredentialsScreenChip.kt | 190 authenticationEntryInfo: AuthenticationEntryInfo, in LockedProviderChip() 194 if (authenticationEntryInfo.isUnlockedAndEmpty) in LockedProviderChip() 200 label = authenticationEntryInfo.title, in LockedProviderChip() 201 icon = authenticationEntryInfo.icon, in LockedProviderChip() 204 isAuthenticationEntryLocked = !authenticationEntryInfo.isUnlockedAndEmpty, in LockedProviderChip()
|
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/screens/multiple/ |
D | MultiCredentialsFoldScreen.kt | 91 credentialSelectorUiState.authenticationEntryList.forEach { authenticationEntryInfo -> in <lambda>() method 93 LockedProviderChip(authenticationEntryInfo) { in <lambda>() 94 selectEntry(authenticationEntryInfo, false) in <lambda>()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/ |
D | GetCredentialComponents.kt | 399 authenticationEntryInfo = it, in PrimarySelectionCard() 414 authenticationEntryInfo = it, in PrimarySelectionCard() 593 authenticationEntryInfo = it, in PrimarySelectionCardVImpl() 930 authenticationEntryInfo: AuthenticationEntryInfo, in AuthenticationEntryRow() 935 onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) { in AuthenticationEntryRow() 939 { onEntrySelected(authenticationEntryInfo) } in AuthenticationEntryRow() 941 iconImageBitmap = authenticationEntryInfo.icon.toBitmap().asImageBitmap(), in AuthenticationEntryRow() 942 entryHeadlineText = authenticationEntryInfo.title, in AuthenticationEntryRow() 944 if (authenticationEntryInfo.isUnlockedAndEmpty) in AuthenticationEntryRow() 948 isLockedAuthEntry = !authenticationEntryInfo.isUnlockedAndEmpty, in AuthenticationEntryRow()
|