Searched refs:providerInfos (Results 1 – 6 of 6) sorted by relevance
28 val accounts = providerInfos in <lambda>()47 icon = providerInfos[0].icon in <lambda>()53 authenticationEntryList = providerInfos.flatMap { it.authenticationEntryList } in <lambda>()63 actionEntryList = providerInfos.flatMap { it.actionEntryList }, in <lambda>()64 authenticationEntryList = providerInfos.flatMap { it.authenticationEntryList } in <lambda>()
103 providerInfos = listOf(createProviderInfo(credentialList1))).toGet(isPrimary = true) in On primary screen, just one account returns SingleEntry()115 providerInfos = listOf(createProviderInfo(listOf(passkeyCredentialEntryInfo, in On primary screen, multiple accounts returns SingleEntryPerAccount()134 providerInfos = listOf(createProviderInfo(credentialList1))).toGet(isPrimary = false) in On secondary screen, a MultipleEntry is returned()152 providerInfos = listOf(createProviderInfo(credentialList1), in Returned multiple entry is sorted by credentialType and lastUsedTimeMillis()
124 providerInfos = emptyList()) in Back on a single entry screen closes app()138 providerInfos = emptyList()) in Back on a multiple entry screen gets us back to a primary screen()
53 val providerInfos: List<ProviderInfo>, constant in com.android.credentialmanager.model.Request.Get
31 providerInfos = getCredentialProviderDataList.toProviderList(context) in Intent()
430 final List<CredentialProviderInfo> providerInfos = new ArrayList<>(); in getAvailableSystemServices() local444 providerInfos.add(cpi); in getAvailableSystemServices()452 return providerInfos; in getAvailableSystemServices()