Home
last modified time | relevance | path

Searched refs:createTestSession (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java45 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
47 return mFingerprintService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
DServiceProvider.java165 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
DFingerprintService.java135 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintService.FingerprintServiceWrapper
146 return provider.createTestSession(sensorId, callback, mFingerprintStateCallback, in createTestSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java45 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator
47 return mFaceService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
DServiceProvider.java145 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
DFaceService.java137 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceService.FaceServiceWrapper
148 return provider.createTestSession(sensorId, callback, opPackageName); in createTestSession()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricTestSession.java47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method
91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
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
383 .createTestSession(sensorId1, callback, context.getOpPackageName())); in createTestSession()
/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/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.java174 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in FingerprintManager
178 .createTestSession(sensorId1, callback, context.getOpPackageName())); in createTestSession()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java172 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in AuthService.AuthServiceImpl
179 .createTestSession(sensorId, callback, opPackageName); in createTestSession()
DBiometricService.java645 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in BiometricService.BiometricServiceWrapper
651 return sensor.impl.createTestSession(callback, opPackageName); in createTestSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceProvider.java558 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceProvider
560 return mSensors.get(sensorId).createTestSession(callback); in createTestSession()
DSensor.java564 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback) { in createTestSession() method in Sensor
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintProvider.java606 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
609 return mSensors.get(sensorId).createTestSession(callback, fingerprintStateCallback); in createTestSession()
DSensor.java519 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in Sensor
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFace10.java941 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.java898 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in Fingerprint21
/frameworks/base/core/api/
Dtest-current.txt1070 …ion.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestSession(int);
1201 …ion.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestSession(int);