Searched refs:typePriorityMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/ |
D | GetModel.kt | 38 toProviderDisplayInfo(providerInfoList, requestDisplayInfo.typePriorityMap), in <lambda>() 140 val typePriorityMap: Map<String, Int>, constant in com.android.credentialmanager.getflow.RequestDisplayInfo 197 typePriorityMap: Map<String, Int>, in toProviderDisplayInfo() 225 val comparator = CredentialEntryInfoComparatorByTypeThenTimestamp(typePriorityMap) in toProviderDisplayInfo() 319 val typePriorityMap: Map<String, Int>, in isBiometricFlow() constant in com.android.credentialmanager.getflow.CredentialEntryInfoComparatorByTypeThenTimestamp 324 val p0Priority = typePriorityMap.getOrDefault( in isBiometricFlow() 327 val p1Priority = typePriorityMap.getOrDefault( in isBiometricFlow()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/ |
D | DataConverter.kt | 172 val typePriorityMap = mutableMapOf<String, Int>() in extractTypePriorityMap() constant 185 typePriorityMap[option.type] = priority in extractTypePriorityMap() 187 return typePriorityMap in extractTypePriorityMap() 222 val typePriorityMap = extractTypePriorityMap(getCredentialRequest) in toProviderList() constant 234 typePriorityMap = typePriorityMap, in toProviderList()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/ |
D | CredentialAutofillService.kt | 203 typePriorityMap: Map<String, Int>, in <lambda>() 222 autofillId, providers, entryIconMap, fillResponseBuilder, typePriorityMap) in <lambda>() 313 typePriorityMap: Map<String, Int>, in <lambda>() 323 toProviderDisplayInfo(providerList, typePriorityMap) in <lambda>()
|
/frameworks/base/packages/CredentialManager/tests/robotests/screenshot/src/com/android/credentialmanager/ |
D | GetCredScreenshotTest.kt | 56 typePriorityMap = emptyMap(), in getTestSpecs()
|