Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java143 assertTrue(Utils.isBiometricRequested(promptInfo)); in testIsBiometricAllowed()
150 assertFalse(Utils.isBiometricRequested(promptInfo)); in testIsBiometricAllowed()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java158 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested() method in Utils
169 static boolean isBiometricRequested(PromptInfo promptInfo) { in isBiometricRequested() method in Utils
H A DPreAuthInfo.java103 final boolean biometricRequested = Utils.isBiometricRequested(promptInfo); in create()
H A DBiometricService.java975 if (Utils.isBiometricRequested(authenticators)) { in getSupportedModalities()
/aosp12/frameworks/base/services/
H A Dart-profile13698 HPLcom/android/server/biometrics/Utils;->isBiometricRequested(Landroid/hardware/biometrics/PromptIn…