Home
last modified time | relevance | path

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

/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
48 return mFaceService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
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
112 return provider.createTestSession(sensorId, callback, opPackageName); in createTestSession()
/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
48 return mFingerprintService.createTestSession(mSensorId, callback, opPackageName); in createTestSession()
H A DServiceProvider.java145 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
H A DFingerprintService.java140 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback,
151 return provider.createTestSession(sensorId, callback, opPackageName);
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricTestSession.java47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method
91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
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
382 .createTestSession(sensorId1, callback, context.getOpPackageName())); in createTestSession()
/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/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
205 .createTestSession(sensorId1, callback, context.getOpPackageName())); in createTestSession()
/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
187 .createTestSession(sensorId, callback, opPackageName); in createTestSession()
H A DBiometricService.java511 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback,
518 return sensor.impl.createTestSession(callback, opPackageName);
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceProvider.java721 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceProvider
723 return mFaceSensors.get(sensorId).createTestSession(callback); in createTestSession()
H A DSensor.java576 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback) { in createTestSession() method in Sensor
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProvider.java791 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
793 return mFingerprintSensors.get(sensorId).createTestSession(callback, in createTestSession()
H A DSensor.java532 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in Sensor
/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
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1408 …ion.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestSession(int);
1573 …ion.TEST_BIOMETRIC) public android.hardware.biometrics.BiometricTestSession createTestSession(int);