Home
last modified time | relevance | path

Searched defs:createTestSession (Results 1 – 19 of 19) 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.aidl38 … 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.java400 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/fingerprint/
DFingerprintAuthenticator.java46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
DServiceProvider.java142 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
/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.java130 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
DFaceService.java121 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceService.FaceServiceWrapper
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl45 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
DFingerprintManager.java173 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in FingerprintManager
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java228 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/
DFaceProvider.java805 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/
DFingerprintProvider.java878 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java565 static Session createTestSession(ActivityTaskManagerService atms) { in createTestSession() method in WindowTestsBase
569 static Session createTestSession(ActivityTaskManagerService atms, int pid, int uid) { in createTestSession() method in WindowTestsBase
/frameworks/base/core/java/android/hardware/input/
DInputManagerGlobal.java174 public static TestSession createTestSession(IInputManager inputManagerService) { in createTestSession() method in InputManagerGlobal