/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | TestHal.java | 81 public ICancellationSignal enroll(HardwareAuthToken hat) { in createSession() method in TestHal
|
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | MainInteractionService.java | 86 Intent enroll = mHotwordDetector.createEnrollIntent(); in hotwordAvailabilityChangeHelper() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | TestHal.java | 87 public ICancellationSignal enroll(HardwareAuthToken hat, in createSession() method in TestHal
|
/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/ |
H A D | IGateKeeperService.aidl | 42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | TestHal.java | 78 public int enroll(byte[] hat, int gid, int timeoutSec) { in enroll() method in TestHal
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | TestHal.java | 78 public int enroll(ArrayList<Byte> hat, int timeoutSec, ArrayList<Integer> disabledFeatures) { in enroll() method in TestHal
|
/aosp14/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 78 ::ndk::ScopedAStatus TrustyGateKeeperDevice::enroll( in enroll() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | FakeGateKeeperService.java | 93 public GateKeeperResponse enroll(int uid, byte[] currentPasswordHandle, byte[] currentPassword, in enroll() method in FakeGateKeeperService
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | BiometricFrameworkStatsLogger.java | 115 public void enroll(int statsModality, int statsAction, int statsClient, in enroll() method in BiometricFrameworkStatsLogger
|
/aosp14/system/core/gatekeeperd/ |
H A D | gatekeeperd.cpp | 178 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll() function in android::GateKeeperProxy
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 313 public void enroll(int userId, byte[] hardwareAuthToken, CancellationSignal cancel, in enroll() method in FaceManager 339 public void enroll(int userId, byte[] hardwareAuthToken, CancellationSignal cancel, in enroll() method in FaceManager
|
H A D | IFaceService.aidl | 94 …long enroll(int userId, IBinder token, in byte [] hardwareAuthToken, IFaceServiceReceiver receiver, in enroll() method
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 98 …long enroll(IBinder token, in byte [] hardwareAuthToken, int userId, IFingerprintServiceReceiver r… in enroll() method
|
H A D | FingerprintManager.java | 725 public void enroll(byte [] hardwareAuthToken, CancellationSignal cancel, int userId, in enroll() method in FingerprintManager
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceService.java | 186 public long enroll(int userId, final IBinder token, final byte[] hardwareAuthToken, in enroll() method in FaceService.FaceServiceWrapper
|