Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetModel.kt324 val p0Priority = typePriorityMap.getOrDefault( in isBiometricFlow() constant
330 if (p0Priority < p1Priority) { in isBiometricFlow()
332 } else if (p1Priority < p0Priority) { in isBiometricFlow()