Home
last modified time | relevance | path

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

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