Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricTestSession.java39 public class BiometricTestSession implements AutoCloseable { class
87 public BiometricTestSession(@NonNull Context context, int sensorId, in BiometricTestSession() method in BiometricTestSession
H A DBiometricManager.java379 public BiometricTestSession createTestSession(int sensorId) { in createTestSession()
381 return new BiometricTestSession(mContext, sensorId, in createTestSession()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java46 import android.hardware.biometrics.BiometricTestSession;
175 public BiometricTestSession createTestSession(int sensorId) { in createTestSession()
177 return new BiometricTestSession(mContext, sensorId, in createTestSession()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1077 …est.permission.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestS…
1092 public class BiometricTestSession implements java.lang.AutoCloseable {
1208 …est.permission.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestS…