Home
last modified time | relevance | path

Searched defs:createTestSession (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricTestSession.java47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method
H A DIBiometricAuthenticator.aidl36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession() method
H A DIAuthService.aidl37 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
H A DIBiometricService.aidl35 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
H A DBiometricManager.java378 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in BiometricManager
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java43 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in IrisAuthenticator
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator
H A DServiceProvider.java129 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
H A DFaceService.java101 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceService.FaceServiceWrapper
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
H A DServiceProvider.java145 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DSensor.java576 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback) { in createTestSession() method in Sensor
H A DFaceProvider.java721 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceProvider
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DSensor.java532 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in Sensor
H A DFingerprintProvider.java791 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl40 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
H A DFingerprintManager.java201 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in FingerprintManager
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java179 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in AuthService.AuthServiceImpl
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFace10.java1036 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in Face10
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21.java998 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in Fingerprint21