Home
last modified time | relevance | path

Searched refs:actionEntryInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt42 private val actionEntryInfo = constant
142 listOf(actionEntryInfo), in On secondary screen, a MultipleEntry is returned()
169 listOf(actionEntryInfo, actionEntryInfo), in Returned multiple entry is sorted by credentialType and lastUsedTimeMillis()
209 actionEntryList = listOf(actionEntryInfo)
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetCredentialComponents.kt955 actionEntryInfo: ActionEntryInfo, in ActionEntryRow()
959 iconImageBitmap = actionEntryInfo.icon.toBitmap().asImageBitmap(), in ActionEntryRow()
960 entryHeadlineText = actionEntryInfo.title, in ActionEntryRow()
961 entrySecondLineText = actionEntryInfo.subTitle, in ActionEntryRow()
962 onClick = { onEntrySelected(actionEntryInfo) }, in ActionEntryRow()