Home
last modified time | relevance | path

Searched defs:createTestSession (Results 1 – 22 of 22) 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.aidl36 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DIBiometricService.aidl34 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DBiometricManager.java379 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in BiometricManager
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java45 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
DServiceProvider.java169 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
DFingerprintService.java172 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintService.FingerprintServiceWrapper
/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.java45 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator
DServiceProvider.java150 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
DFaceService.java138 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceService.FaceServiceWrapper
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl36 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl40 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DFingerprintManager.java180 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in FingerprintManager
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java575 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback) { in createTestSession() method in Sensor
DFaceProvider.java619 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceProvider
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensor.java529 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in Sensor
DFingerprintProvider.java699 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java177 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in AuthService.AuthServiceImpl
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprint21.java975 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in Fingerprint21
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFace10.java1001 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in Face10