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

1 2 3 4 5 6 7 891011>>

  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 22 import android.hardware.fingerprint.FingerprintManager;
124 // Show a message that the user hasn't set up a fingerprint or lock screen.
127 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint",
142 "Go to 'Settings -> Security -> Fingerprint' and register at least one" +
143 " fingerprint",
160 * been disabled or reset after the key was generated, or if a fingerprint got enrolled after
180 * @param withFingerprint {@code true} if the purchase was made by using a fingerprint
186 // If the user has authenticated with fingerprint, verify that using cryptography and
196 // Show confirmation, if fingerprint was used show crypto information
    [all...]
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 25 import android.hardware.fingerprint.FingerprintManager;
55 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
56 * authentication if fingerprint is not available.
70 private Stage mStage = Stage.FINGERPRINT;
113 if (mStage == Stage.FINGERPRINT) {
134 // If fingerprint authentication is not available, switch immediately to the backup
145 if (mStage == Stage.FINGERPRINT) {
167 * Sets the crypto object to be passed in when authenticating with fingerprint.
174 * Switches to backup (password) screen. This either can happen when fingerprint is not
176 * button. This can also happen when the user had too many fingerprint attempts
    [all...]
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 23 import android.hardware.fingerprint.FingerprintManager;
123 // Show a message that the user hasn't set up a fingerprint or lock screen.
126 + "Go to 'Settings -> Security -> Fingerprint' to set up a fingerprint",
141 "Go to 'Settings -> Security -> Fingerprint' and register at least one fingerprint",
158 * been disabled or reset after the key was generated, or if a fingerprint got enrolled after
178 * @param withFingerprint {@code true} if the purchase was made by using a fingerprint
184 // If the user has authenticated with fingerprint, verify that using cryptography and
194 // Show confirmation, if fingerprint was used show crypto information
    [all...]
  /external/curl/lib/
mk-ca-bundle.pl 432 elsif(/^# (Issuer|Serial Number|Subject|Not Valid Before|Not Valid After |Fingerprint \(MD5\)|Fingerprint \(SHA1\)):/) {
504 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 17 #define LOG_TAG "Fingerprint-JNI"
32 #include <hardware/fingerprint.h>
43 static const char* FINGERPRINT_SERVICE = "com/android/server/fingerprint/FingerprintService";
88 // Called by the HAL to notify us of fingerprint events
118 ALOGE("fingerprint: invalid msg: %d", msg.type);
204 ALOGE("Can't open fingerprint HW Module, error: %d", err);
208 ALOGE("No valid fingerprint module");
222 ALOGE("Can't open fingerprint methods, error: %d", err);
243 ALOG(LOG_VERBOSE, LOG_TAG, "fingerprint HAL successfully initialized");
268 "Lcom/android/server/fingerprint/FingerprintService;)V", (void*)nativeInit
    [all...]
  /device/google/marlin/
device-common.mk 390 # Fingerprint HIDL implementation
392 android.hardware.biometrics.fingerprint@2.1-service
395 frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
  /external/webrtc/talk/app/webrtc/
statscollector.cc 557 std::string fingerprint = ssl_fingerprint->GetRfc4572Fingerprint();
566 StatsReport::kStatsReportTypeCertificate, fingerprint));
569 report->AddString(StatsReport::kStatsValueNameFingerprint, fingerprint);
    [all...]
webrtcsdp.cc 146 static const char kAttributeFingerprint[] = "fingerprint";
332 rtc::SSLFingerprint** fingerprint,
1934 rtc::SSLFingerprint* fingerprint = NULL; local
2548 rtc::SSLFingerprint* fingerprint = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /build/make/tools/releasetools/
test_ota_from_target_files.py 106 'ro.build.fingerprint' : 'build-fingerprint',
110 'ro.vendor.build.fingerprint' : 'vendor-build-fingerprint',
123 'ro.vendor.build.fingerprint' : 'vendor-build-fingerprint',
148 self.assertEqual('build-fingerprint', target_info.fingerprint)
157 target_info.fingerprint)
165 target_info.fingerprint)
    [all...]
  /device/google/wahoo/
device.mk 555 # Fingerprint HIDL implementation
557 android.hardware.biometrics.fingerprint@2.1-service.fpc
560 frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
  /frameworks/base/core/jni/
AndroidRuntime.cpp 997 std::string fingerprint = GetProperty("ro.build.fingerprint", ""); local
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 2046 final Integer fingerprint = info.hashCode(); local
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyGenParameterSpec.java 24 import android.hardware.fingerprint.FingerprintManager;
665 * Returns {@code true} if the key is irreversibly invalidated when a new fingerprint is
667 * require fingerprint user authentication for every use.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
FingerprintDialogView.java 17 package com.android.systemui.fingerprint;
49 * Application Icon, Title, Subtitle, Description, Fingerprint Icon, Error/Help message area,
350 // TODO(b/77328470): add animation when fingerprint is authenticated
365 // TODO(b/77328470): add animation when fingerprint is authenticated
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseFragment.java 56 import com.android.settings.fingerprint.FingerprintUiHelper;
163 // credential. Otherwise, fingerprint can't unlock fbe/keystore through
165 // fingerprint is disabled due to device restart.
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 43 android.hardware.biometrics.fingerprint@2.1-vts.func_fuzzer.BiometricsFingerprint \
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 239 private static final String ATTR_FINGERPRINT = "fingerprint";
341 * Last known value of {@link Build#FINGERPRINT}. Used to determine when
344 String fingerprint; field in class:Settings.VersionInfo
353 fingerprint = Build.FINGERPRINT;
5240 String fingerprint = mFingerprints.get(userId); local
5424 String fingerprint = parser.getAttributeValue(null, ATTR_FINGERPRINT); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.cc 246 // outlined in RFC 5389, section 7.3, including the FINGERPRINT check detailed
261 // Check the fingerprint type and length.
268 // Check the fingerprint value.
269 uint32_t fingerprint =
271 return ((fingerprint ^ STUN_FINGERPRINT_XOR_VALUE) ==
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java 482 * Certificate SHA-256 fingerprint length.
508 * The SHA-256 fingerprint of the certificate.
512 * Set the certificate SHA-256 fingerprint associated with this certificate credential.
514 * @param certSha256Fingerprint The certificate fingerprint to set to
520 * Get the certificate SHA-256 fingerprint associated with this certificate credential.
522 * @return certificate SHA-256 fingerprint
596 Log.d(TAG, "Invalid SHA-256 fingerprint");
    [all...]
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 73 auto fingerprint = GetProperty("ro.build.fingerprint", "unknown"); local
76 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint.c_str());
  /system/netd/server/
NetdNativeService.cpp 308 for (const std::string& fingerprint : tlsFingerprints) {
309 std::vector<uint8_t> decoded = parseBase64(fingerprint);
312 String8::format("ResolverController error: bad fingerprint"));
  /system/netd/tests/
binder_test.cpp 862 for (const auto& fingerprint : td.tlsFingerprints) {
863 fingerprints.push_back(base64Encode(fingerprint));
    [all...]
  /system/sepolicy/prebuilts/api/28.0/private/
property_contexts 90 # ro.build.fingerprint is either set in /system/build.prop, or is
92 ro.build.fingerprint u:object_r:fingerprint_prop:s0
  /system/sepolicy/private/
property_contexts 90 # ro.build.fingerprint is either set in /system/build.prop, or is
92 ro.build.fingerprint u:object_r:fingerprint_prop:s0

Completed in 798 milliseconds

1 2 3 4 5 6 7 891011>>