Home
last modified time | relevance | path

Searched refs:entryGroupId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt142 entryGroupId = credentialEntry.entryGroupId.toString(), in getCredentialOptionInfoList()
172 entryGroupId = credentialEntry.entryGroupId.toString(), in getCredentialOptionInfoList()
201 entryGroupId = credentialEntry.entryGroupId.toString(), in getCredentialOptionInfoList()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/
DCredentialEntryInfo.kt49 val entryGroupId: String, // Used for deduplication, and displayed as the grouping title constant
/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/
DGetCredScreenshotTest.kt151 entryGroupId = "username", in buildProviderInfoList()
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt196 entryGroupId = "",
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt212 if (selectorUiImprovementsEnabled()) it.entryGroupId else it.userName in toProviderDisplayInfo()