HomeSort by relevance Sort by last modified time
    Searched refs:fingerprint (Results 151 - 175 of 287) sorted by null

1 2 3 4 5 67 8 91011>>

  /build/soong/bpfix/bpfix/
bpfix.go 83 prevIdentifier, err := f.fingerprint()
92 newIdentifier, err := f.fingerprint()
113 func (f *Fixer) fingerprint() (fingerprint []byte, err error) { func
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 11 events (batterystats , diskstats, fingerprint, graphicsstats, netstats,
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 132 byte[] fingerprint = dgst.digest(encoded);
133 return HexDump.toHexString(fingerprint, false);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
SetupFingerprintEnrollIntroductionTest.java 17 package com.android.settings.fingerprint;
30 import com.android.settings.fingerprint.SetupFingerprintEnrollIntroductionTest.ShadowStorageManagerWrapper;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
utils.go 61 // or when a unique fingerprint or hash of a type is required.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
utils.go 61 // or when a unique fingerprint or hash of a type is required.
  /system/sepolicy/prebuilts/api/28.0/public/
attributes 270 hal_attribute(fingerprint);
  /system/sepolicy/public/
attributes 270 hal_attribute(fingerprint);
  /external/icu/icu4c/source/i18n/
number_decimalquantity.cpp 151 uint64_t fingerprint = 0; local
152 fingerprint ^= lOptPos;
153 fingerprint ^= (lReqPos << 16);
154 fingerprint ^= (static_cast<uint64_t>(rReqPos) << 32);
155 fingerprint ^= (static_cast<uint64_t>(rOptPos) << 48);
156 return fingerprint;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 17 package com.android.server.fingerprint;
42 import android.hardware.biometrics.fingerprint.V2_1.IBiometricsFingerprint;
43 import android.hardware.biometrics.fingerprint.V2_1.IBiometricsFingerprintClientCallback;
44 import android.hardware.fingerprint.Fingerprint;
45 import android.hardware.fingerprint.FingerprintManager;
46 import android.hardware.fingerprint.IFingerprintClientActiveCallback;
47 import android.hardware.fingerprint.IFingerprintService;
48 import android.hardware.fingerprint.IFingerprintServiceLockoutResetCallback;
49 import android.hardware.fingerprint.IFingerprintServiceReceiver
    [all...]
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java 17 package com.android.settings.fingerprint;
28 import android.hardware.fingerprint.Fingerprint;
29 import android.hardware.fingerprint.FingerprintManager;
73 * Used by the choose fingerprint wizard to indicate the wizard is
84 * Used by the enrolling screen during setup wizard to skip over setting up fingerprint, which
187 public void onRemovalSucceeded(Fingerprint fingerprint) {
189 fingerprint.getFingerId(), 0).sendToTarget();
193 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString)
    [all...]
FingerprintEnrollEnrolling.java 17 package com.android.settings.fingerprint;
32 import android.hardware.fingerprint.FingerprintManager;
53 * Activity which handles the actual enrolling for fingerprint.
76 * fingerprint sensor.
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockGeneric.java 34 import android.hardware.fingerprint.Fingerprint;
35 import android.hardware.fingerprint.FingerprintManager;
36 import android.hardware.fingerprint.FingerprintManager.RemovalCallback;
60 import com.android.settings.fingerprint.FingerprintEnrollBase;
61 import com.android.settings.fingerprint.FingerprintEnrollFindSensor;
376 // Forward the target user id to fingerprint setup page.
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py     [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 495 ### 7.3.10\. Fingerprint Sensor
499 * SHOULD include a fingerprint sensor.
501 If device implementations include a fingerprint sensor and make the sensor
504 * [C-1-1] MUST declare support for the `android.hardware.fingerprint` feature.
507 https://developer.android.com/reference/android/hardware/fingerprint/package-summary.html)
516 trials for fingerprint verification.
518 fingerprint matching in a Trusted Execution Environment (TEE) or on a chip with
520 * [C-1-7] MUST have all identifiable fingerprint data encrypted and
524 https://source.android.com/devices/tech/security/authentication/fingerprint-hal.html)
526 * [C-1-8] MUST prevent adding a fingerprint without first establishing a chai
    [all...]
  /external/libvncserver/libvncclient/
tls_openssl.c 175 unsigned char md5sum[16], fingerprint[40], *f; local
196 for (i = 0, f = fingerprint; i < 16; i++, f += 3)
203 fingerprint = key to check in db
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 109 sha256sum rootCA/cacert.der > rootCA/cacert.fingerprint || fail "Failed to create rootCA fingerprint"
132 sha256sum demoCA/cacert.der > demoCA/cacert.fingerprint || fail "Failed to create demoCA fingerprint"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
FingerprintBoundKeysTest.java 31 import android.hardware.fingerprint.FingerprintManager;
103 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint");
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 23 import android.hardware.fingerprint.FingerprintManager;
76 // Show a message that the user hasn't set up a fingerprint or lock screen.
79 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint",
89 "Go to 'Settings -> Security -> Fingerprint' and register at least one fingerprint",
102 // of the fingerprint.
105 // Show the fingerprint dialog. The user has the option to use the fingerprint with
113 FingerprintAuthenticationDialogFragment.Stage.FINGERPRINT);
    [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 22 import android.hardware.fingerprint.FingerprintManager;
38 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
39 * authentication if fingerprint is not available.
53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
110 // If fingerprint authentication is not available, switch immediately to the backup
121 if (mStage == Stage.FINGERPRINT) {
145 * Sets the crypto object to be passed in when authenticating with fingerprint.
152 * Switches to backup (password) screen. This either can happen when fingerprint is not
154 * button. This can also happen when the user had too many fingerprint attempts
    [all...]
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 23 import android.hardware.fingerprint.FingerprintManager;
76 // Show a message that the user hasn't set up a fingerprint or lock screen.
79 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint",
89 "Go to 'Settings -> Security -> Fingerprint' and register at least one fingerprint",
102 // of the fingerprint.
105 // Show the fingerprint dialog. The user has the option to use the fingerprint with
113 FingerprintAuthenticationDialogFragment.Stage.FINGERPRINT);
    [all...]
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 22 import android.hardware.fingerprint.FingerprintManager;
38 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
39 * authentication if fingerprint is not available.
53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
110 // If fingerprint authentication is not available, switch immediately to the backup
121 if (mStage == Stage.FINGERPRINT) {
145 * Sets the crypto object to be passed in when authenticating with fingerprint.
152 * Switches to backup (password) screen. This either can happen when fingerprint is not
154 * button. This can also happen when the user had too many fingerprint attempts
    [all...]
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java 23 import android.hardware.fingerprint.FingerprintManager;
76 // Show a message that the user hasn't set up a fingerprint or lock screen.
79 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint",
89 "Go to 'Settings -> Security -> Fingerprint' and register at least one fingerprint",
102 // of the fingerprint.
105 // Show the fingerprint dialog. The user has the option to use the fingerprint with
113 FingerprintAuthenticationDialogFragment.Stage.FINGERPRINT);
    [all...]
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 22 import android.hardware.fingerprint.FingerprintManager;
38 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
39 * authentication if fingerprint is not available.
53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
110 // If fingerprint authentication is not available, switch immediately to the backup
121 if (mStage == Stage.FINGERPRINT) {
145 * Sets the crypto object to be passed in when authenticating with fingerprint.
152 * Switches to backup (password) screen. This either can happen when fingerprint is not
154 * button. This can also happen when the user had too many fingerprint attempts
    [all...]
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 177 params['OpenVPN.VerifyHash'] = ca.fingerprint

Completed in 465 milliseconds

1 2 3 4 5 67 8 91011>>