Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DPerformanceTracker.java78 void incrementCryptoAuthForUser(int userId, boolean accepted) { in incrementCryptoAuthForUser() method in PerformanceTracker
H A DAuthenticationClient.java183 pm.incrementCryptoAuthForUser(getTargetUserId(), authenticated); in onAuthenticated()