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

1 2 3

  /cts/tools/utils/
java-cert-list-generator.sh 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
56 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...]
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...]
  /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...]
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...]
  /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...]
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/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...]
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...]
  /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);
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 11 import android.hardware.fingerprint.FingerprintManager;
50 * The other is keys bound to fingerprint authentication which require explicit fingerprint
66 private static final int FINGERPRINT = 2;
174 createKey(FINGERPRINT);
195 showToast("Please enroll a fingerprint.");
271 cipher.init(Cipher.ENCRYPT_MODE, loadSecretKey(FINGERPRINT));
278 createKey(FINGERPRINT);
282 throw new RuntimeException("Init cipher with fingerprint-bound key failed", e);
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 52 * Verifies {@link Build#FINGERPRINT} follows expected format:
61 final String fingerprint = Build.FINGERPRINT; local
62 Log.i(LOG_TAG, String.format("Testing fingerprint %s", fingerprint));
64 assertEquals("Build fingerprint must not include whitespace", -1,
65 fingerprint.indexOf(' '));
66 final String[] fingerprintSegs = fingerprint.split("/");
67 assertEquals("Build fingerprint does not match expected format", 6, fingerprintSegs.length);
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 77 updateViews.setTextViewText(R.id.build_extra, android.os.Build.FINGERPRINT);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 135 bufferLogEvent(mPowerLogTag, Build.FINGERPRINT);
MonkeySourceNetworkVars.java 68 VAR_MAP.put("build.fingerprint", new StaticVarGetter(Build.FINGERPRINT));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 46 * <build-info fingerprint="google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys" />
107 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", ""));
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 209 * Build: <fingerprint>\n
222 out.println("Build: " + Build.FINGERPRINT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java 106 proto.setBuild(Build.FINGERPRINT);

Completed in 2313 milliseconds

1 2 3