Searched refs:fingerprints (Results 1 – 8 of 8) sorted by relevance
239 String fingerprints = getFingerprints(key); in handleMessage() local241 if (!fingerprints.equals(mFingerprints)) { in handleMessage()243 + fingerprints + ", expected " + mFingerprints); in handleMessage()273 String fingerprints = getFingerprints(key); in handleMessage() local274 if ("".equals(fingerprints)) { in handleMessage()280 mFingerprints = fingerprints; in handleMessage()325 private void startConfirmation(String key, String fingerprints) { in startConfirmation() argument339 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints) in startConfirmation()341 key, fingerprints)) { in startConfirmation()352 String key, String fingerprints) { in startConfirmationActivity() argument[all …]
58 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local61 if (fingerprints == null || mKey == null) { in onCreate()68 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()
164 ArrayList<Fingerprint> fingerprints; in doWriteState() local167 fingerprints = getCopy(mFingerprints); in doWriteState()180 final int count = fingerprints.size(); in doWriteState()182 Fingerprint fp = fingerprints.get(i); in doWriteState()
58 This sample demonstrates how to recognize registered fingerprints to
85 This sample demonstrates how to recognize registered fingerprints to
273 <li>{@code sha256_cert_fingerprints}: The SHA256 fingerprints of your app’s signing certificate.280 This field supports multiple fingerprints, which can be used to support different versions
225 These keys become permanently invalidated once a new fingerprint is enrolled or all fingerprints
848 The app reads fingerprints using the device's biometric hardware.