Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java286 authenticateFastFail("Denied by app ops: " + opPackageName, receiver); in authenticate()
291 authenticateFastFail( in authenticate()
297 authenticateFastFail("Caller is not foreground: " + opPackageName, receiver); in authenticate()
330 private void authenticateFastFail(String message, IBiometricServiceReceiver receiver) { in authenticateFastFail() method in AuthService.AuthServiceImpl