/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricTestSession.java | 47 ITestSession createTestSession(@NonNull Context context, int sensorId, in createTestSession() method
|
D | IBiometricAuthenticator.aidl | 36 ITestSession createTestSession(ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | IAuthService.aidl | 38 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | IBiometricService.aidl | 35 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | BiometricManager.java | 400 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in BiometricManager
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
D | IrisAuthenticator.java | 43 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in IrisAuthenticator
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintAuthenticator.java | 46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintAuthenticator
|
D | ServiceProvider.java | 142 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceAuthenticator.java | 46 public ITestSession createTestSession(@NonNull ITestSessionCallback callback, in createTestSession() method in FaceAuthenticator
|
D | ServiceProvider.java | 130 ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method
|
D | FaceService.java | 121 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FaceService.FaceServiceWrapper
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 43 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 45 … ITestSession createTestSession(int sensorId, ITestSessionCallback callback, String opPackageName); in createTestSession() method
|
D | FingerprintManager.java | 173 public BiometricTestSession createTestSession(int sensorId) { in createTestSession() method in FingerprintManager
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthService.java | 228 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/ |
D | FaceProvider.java | 805 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/ |
D | FingerprintProvider.java | 878 public ITestSession createTestSession(int sensorId, @NonNull ITestSessionCallback callback, in createTestSession() method in FingerprintProvider
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 565 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/ |
D | InputManagerGlobal.java | 174 public static TestSession createTestSession(IInputManager inputManagerService) { in createTestSession() method in InputManagerGlobal
|