Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DITestSession.aidl43 void acceptAuthentication(int userId); in acceptAuthentication() method
H A DBiometricTestSession.java152 public void acceptAuthentication(int userId) { in acceptAuthentication() method in BiometricTestSession
154 mTestSession.acceptAuthentication(userId); in acceptAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DBiometricTestSessionImpl.java167 public void acceptAuthentication(int userId) { in acceptAuthentication() method in BiometricTestSessionImpl
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java177 public void acceptAuthentication(int userId) { in acceptAuthentication() method in BiometricTestSessionImpl
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java177 public void acceptAuthentication(int userId) { in acceptAuthentication() method in BiometricTestSessionImpl
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java179 public void acceptAuthentication(int userId) { in acceptAuthentication() method in BiometricTestSessionImpl
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1424 …quiresPermission(android.Manifest.permission.TEST_BIOMETRIC) public void acceptAuthentication(int);