Home
last modified time | relevance | path

Searched refs:fingerprints (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDebuggingManager.java239 String fingerprints = getFingerprints(key); in handleMessage() local
241 if (!fingerprints.equals(mFingerprints)) { in handleMessage()
243 + fingerprints + ", expected " + mFingerprints); in handleMessage()
273 String fingerprints = getFingerprints(key); in handleMessage() local
274 if ("".equals(fingerprints)) { in handleMessage()
280 mFingerprints = fingerprints; in handleMessage()
325 private void startConfirmation(String key, String fingerprints) { in startConfirmation() argument
339 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints) in startConfirmation()
341 key, fingerprints)) { in startConfirmation()
352 String key, String fingerprints) { in startConfirmationActivity() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java58 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local
61 if (fingerprints == null || mKey == null) { in onCreate()
68 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintsUserState.java164 ArrayList<Fingerprint> fingerprints; in doWriteState() local
167 fingerprints = getCopy(mFingerprints); in doWriteState()
180 final int count = fingerprints.size(); in doWriteState()
182 Fingerprint fp = fingerprints.get(i); in doWriteState()
/frameworks/base/docs/html/about/versions/marshmallow/
Dsamples.jd58 This sample demonstrates how to recognize registered fingerprints to
/frameworks/base/docs/html/samples/new/
Dindex.jd85 This sample demonstrates how to recognize registered fingerprints to
/frameworks/base/docs/html/training/app-links/
Dindex.jd273 <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
/frameworks/base/docs/html/training/articles/
Dkeystore.jd225 These keys become permanently invalidated once a new fingerprint is enrolled or all fingerprints
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd848 The app reads fingerprints using the device's biometric hardware.