Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java269 authenticators = Utils.removeBiometricBits(authenticators); in testRemoveBiometricBits()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java373 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits() method in Utils
H A DAuthSession.java471 authenticators = Utils.removeBiometricBits(authenticators); in onErrorReceived()