Home
last modified time | relevance | path

Searched refs:ITestSession (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl22 import android.hardware.biometrics.ITestSession;
36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession()
H A DIAuthService.aidl22 import android.hardware.biometrics.ITestSession;
37ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession()
H A DIBiometricService.aidl23 import android.hardware.biometrics.ITestSession;
35ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession()
H A DITestSession.aidl24 interface ITestSession { interface
H A DBiometricTestSession.java47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession()
53 private final ITestSession mTestSession;
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisAuthenticator.java23 import android.hardware.biometrics.ITestSession;
43 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceAuthenticator.java23 import android.hardware.biometrics.ITestSession;
46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession()
H A DServiceProvider.java22 import android.hardware.biometrics.ITestSession;
129 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
H A DFaceService.java33 import android.hardware.biometrics.ITestSession;
101 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java23 import android.hardware.biometrics.ITestSession;
46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession()
H A DServiceProvider.java22 import android.hardware.biometrics.ITestSession;
145 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl22 import android.hardware.biometrics.ITestSession;
40ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl22 import android.hardware.biometrics.ITestSession;
43ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DBiometricTestSessionImpl.java21 import android.hardware.biometrics.ITestSession;
42 public class BiometricTestSessionImpl extends ITestSession.Stub {
H A DFace10.java29 import android.hardware.biometrics.ITestSession;
1036 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java23 import android.hardware.biometrics.ITestSession;
49 public class BiometricTestSessionImpl extends ITestSession.Stub {
H A DFingerprint21.java31 import android.hardware.biometrics.ITestSession;
998 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DBiometricTestSessionImpl.java23 import android.hardware.biometrics.ITestSession;
48 class BiometricTestSessionImpl extends ITestSession.Stub {
H A DSensor.java24 import android.hardware.biometrics.ITestSession;
532 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession()
H A DFingerprintProvider.java33 import android.hardware.biometrics.ITestSession;
791 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java21 import android.hardware.biometrics.ITestSession;
49 public class BiometricTestSessionImpl extends ITestSession.Stub {
H A DSensor.java24 import android.hardware.biometrics.ITestSession;
576 @NonNull ITestSession createTestSession(@NonNull ITestSessionCallback callback) { in createTestSession()
H A DFaceProvider.java30 import android.hardware.biometrics.ITestSession;
721 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java47 import android.hardware.biometrics.ITestSession;
179 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession()
H A DBiometricService.java49 import android.hardware.biometrics.ITestSession;
511 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback,

12