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

1 2 3

  /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);
  /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);
  /cts/tools/utils/
java-cert-list-generator.sh 57 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
58 echo " \"${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...]
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/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 84 minScores[i] + ". Build: " + Build.FINGERPRINT + ".",
108 Build.FINGERPRINT + ".",
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 67 assertNotEmpty("FINGERPRINT", Build.FINGERPRINT);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 49 private static final String FINGERPRINT = "ro.build.fingerprint";
54 private static final String REFERENCE_FINGERPRINT = "ro.build.reference.fingerprint";
94 ABIS_64, BOARD, BRAND, DEVICE, FINGERPRINT, ID, MANUFACTURER, MODEL, PRODUCT,
  /external/libmojo/base/android/java/src/org/chromium/base/
BuildInfo.java 47 * @return The build fingerprint for the current Android install. The value is truncated to a
53 return Build.FINGERPRINT.substring(
54 0, Math.min(Build.FINGERPRINT.length(), MAX_FINGERPRINT_LENGTH));
  /frameworks/base/core/java/android/app/admin/
SystemUpdateInfo.java 60 // Tag used to store original build fingerprint to detect when the update is applied.
128 out.attribute(null, ATTR_ORIGINAL_BUILD , Build.FINGERPRINT);
135 // If an OTA has been applied (build fingerprint has changed), discard stale info.
137 if (!Build.FINGERPRINT.equals(buildFingerprint)) {
  /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);
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 57 * Verifies {@link Build#FINGERPRINT} follows expected format:
66 final String fingerprint = Build.FINGERPRINT; local
67 Log.i(LOG_TAG, String.format("Testing fingerprint %s", fingerprint));
69 assertEquals("Build fingerprint must not include whitespace", -1,
70 fingerprint.indexOf(' '));
71 final String[] fingerprintSegs = fingerprint.split("/");
72 assertEquals("Build fingerprint does not match expected format", 6, fingerprintSegs.length);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 135 bufferLogEvent(mPowerLogTag, Build.FINGERPRINT);
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
TestReport.java 98 xml.attribute(null, "fingerprint", Build.FINGERPRINT);
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GenericDeviceInfo.java 73 store.addResult(BUILD_FINGERPRINT, Build.FINGERPRINT);
80 SystemProperties.get("ro.build.reference.fingerprint", ""));
  /hardware/interfaces/keymaster/3.0/
types.hal 367 FINGERPRINT = 1 << 1,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 105 Build.FINGERPRINT, Build.ID, Build.MANUFACTURER, Build.MODEL, Build.PRODUCT,

Completed in 2595 milliseconds

1 2 3