/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubby-u2f.js | 10 /** Enroll */ 41 usbGnubby.prototype.enroll = function(challenge, appIdHash, cb) { 67 * (e.g. during enroll) 94 // These are used during enroll to figure out whether a gnubby was already
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionService.java | 95 Intent enroll = mHotwordDetector.createEnrollIntent(); local 96 Log.i(TAG, "Need to enroll with " + enroll);
|
/frameworks/base/core/java/android/service/fingerprint/ |
FingerprintManager.java | 147 * enroll a fingerprint. 151 public void enroll(long timeout) { method in class:FingerprintManager 157 mService.enroll(mToken, timeout, getCurrentUserId());
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 87 fingerprint_enroll_t enroll; member in union:fingerprint_msg::__anon40410 108 * Fingerprint enroll request: 110 * template. Switches back as soon as enroll is complete 112 * fingerprint_msg.data.enroll.samples_remaining == 0) 119 int (*enroll)(struct fingerprint_device *dev, uint32_t timeout_sec); member in struct:fingerprint_device 122 * Cancel fingerprint enroll request: 125 * fingerprint_msg.data.enroll.samples_remaining == 0)
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
FingerprintService.java | 176 // Only send enroll updates to clients that are actually enrolling 223 Slog.w(TAG, "enroll(): No listener registered"); 291 public void enroll(IBinder token, long timeout, int userId) { method in class:FingerprintService.FingerprintServiceWrapper
|
/external/wpa_supplicant_8/hs20/server/ |
spp_server.c | 1261 xml_node_t *spp_node, *enroll, *exec_node; local [all...] |