HomeSort by relevance Sort by last modified time
    Searched refs:FINGERPRINT (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /tools/loganalysis/src/com/android/loganalysis/item/
NativeCrashItem.java 30 public static final String FINGERPRINT = "FINGERPRINT";
33 FINGERPRINT));
44 * Get the fingerprint for the crash.
47 return (String) getAttribute(FINGERPRINT);
51 * Set the fingerprint for the crash.
53 public void setFingerprint(String fingerprint) {
54 setAttribute(FINGERPRINT, fingerprint);
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
Constants.kt 26 enum class Stage { FINGERPRINT, NEW_FINGERPRINT_ENROLLED, PASSWORD }
FingerprintAuthenticationDialogFragment.kt 22 import android.hardware.fingerprint.FingerprintManager
37 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
38 * authentication if fingerprint is not available.
59 private var stage = Stage.FINGERPRINT
96 if (stage == Stage.FINGERPRINT) goToBackup() else verifyPassword()
107 // If fingerprint authentication is not available, switch immediately to the backup
115 if (stage == Stage.FINGERPRINT) {
144 * Switches to backup (password) screen. This either can happen when fingerprint is not
146 * button. This can also happen when the user has too many invalid fingerprint attempts.
158 // Fingerprint is not used anymore. Stop listening for it
    [all...]
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
Constants.kt 26 enum class Stage { FINGERPRINT, NEW_FINGERPRINT_ENROLLED, PASSWORD }
FingerprintAuthenticationDialogFragment.kt 22 import android.hardware.fingerprint.FingerprintManager
37 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
38 * authentication if fingerprint is not available.
59 private var stage = Stage.FINGERPRINT
96 if (stage == Stage.FINGERPRINT) goToBackup() else verifyPassword()
107 // If fingerprint authentication is not available, switch immediately to the backup
115 if (stage == Stage.FINGERPRINT) {
144 * Switches to backup (password) screen. This either can happen when fingerprint is not
146 * button. This can also happen when the user has too many invalid fingerprint attempts.
158 // Fingerprint is not used anymore. Stop listening for it
    [all...]
  /cts/tools/utils/
java-cert-list-generator.sh 57 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
58 echo " \"${FINGERPRINT}\","
72 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
73 echo " \"${FINGERPRINT}\","
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
CertificationChecksumHelperTest.java 45 private final static String FINGERPRINT = "thisismyfingerprint";
72 mWorkingDir, results, FINGERPRINT);
78 mWorkingDir, FINGERPRINT);
83 assertTrue(parser.containsTestResult(entry, run1, FINGERPRINT));
87 assertTrue(parser.containsTestResult(entry, run2, FINGERPRINT));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBuildTest.java 23 assertThat(Build.FINGERPRINT).isEqualTo("test_fingerprint");
80 assertThat(Build.FINGERPRINT).isEqualTo("robolectric");
81 // set fingerprint value here. It should be reset before next test executes.
  /tools/loganalysis/src/com/android/loganalysis/parser/
NativeCrashParser.java 29 /** Matches: Build fingerprint: 'fingerprint' */
30 public static final Pattern FINGERPRINT = Pattern.compile("^Build fingerprint: '(.*)'$");
46 Matcher m = FINGERPRINT.matcher(line);
  /packages/apps/Dialer/java/com/android/dialer/constants/googledialer/
ConstantsImpl.java 69 userAgent.append(Build.FINGERPRINT);
  /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/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/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/google-breakpad/android/
common-functions.sh 293 local ADB_DEVICES NUM_DEVICES FINGERPRINT
324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)
325 log "Using ADB device: $ANDROID_SERIAL ($FINGERPRINT)"
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/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...]
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/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/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...]
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionTest.java 81 minScores[i] + ". Build: " + Build.FINGERPRINT + ".",
105 Build.FINGERPRINT + ".",
  /hardware/google/interfaces/pixelstats/1.0/
IPixelStats.hal 70 FINGERPRINT = 4,
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 67 assertNotEmpty("FINGERPRINT", Build.FINGERPRINT);
  /external/libmojo/base/android/java/src/org/chromium/base/
BuildInfo.java 46 * @return The build fingerprint for the current Android install. The value is truncated to a
52 return Build.FINGERPRINT.substring(
53 0, Math.min(Build.FINGERPRINT.length(), MAX_FINGERPRINT_LENGTH));
  /frameworks/base/core/java/android/app/admin/
SystemUpdateInfo.java 64 // Tag used to store original build fingerprint to detect when the update is applied.
132 out.attribute(null, ATTR_ORIGINAL_BUILD , Build.FINGERPRINT);
139 // If an OTA has been applied (build fingerprint has changed), discard stale info.
141 if (!Build.FINGERPRINT.equals(buildFingerprint)) {
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 52 private static final String FINGERPRINT = "ro.build.fingerprint";
57 private static final String REFERENCE_FINGERPRINT = "ro.build.reference.fingerprint";
94 ABIS_64, BOARD, BRAND, DEVICE, FINGERPRINT, ID, MANUFACTURER, MODEL, PRODUCT,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 12 import android.hardware.fingerprint.FingerprintManager;
51 * The other is keys bound to fingerprint authentication which require explicit fingerprint
67 private static final int FINGERPRINT = 2;
175 createKey(FINGERPRINT);
198 showToast("Please enroll a fingerprint.");
277 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(FINGERPRINT));
284 createKey(FINGERPRINT);
288 throw new RuntimeException("Init cipher with fingerprint-bound key failed", e);
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 77 updateViews.setTextViewText(R.id.build_extra, android.os.Build.FINGERPRINT);

Completed in 421 milliseconds

1 2 3 4