Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java358 String fingerprints = getFingerprints(key); in handleMessage() local
359 if (!fingerprints.equals(mFingerprints)) { in handleMessage()
361 + fingerprints + ", expected " + mFingerprints); in handleMessage()
399 String fingerprints = getFingerprints(key); in handleMessage() local
400 if ("".equals(fingerprints)) { in handleMessage()
408 mFingerprints = fingerprints; in handleMessage()
573 private void startConfirmation(String key, String fingerprints) { in startConfirmation() argument
588 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints) in startConfirmation()
590 key, fingerprints)) { in startConfirmation()
601 String key, String fingerprints) { in startConfirmationActivity() argument
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintUserState.java98 ArrayList<Fingerprint> fingerprints; in doWriteState() local
101 fingerprints = getCopy(mBiometrics); in doWriteState()
114 final int count = fingerprints.size(); in doWriteState()
116 Fingerprint fp = fingerprints.get(i); in doWriteState()
/frameworks/base/core/proto/android/server/
Dfingerprint.proto38 // The number of fingerprints registered to this user.
53 // Number of accepted fingerprints.
56 // Number of rejected fingerprints.
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java67 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local
70 if (fingerprints == null || mKey == null) { in onCreate()
77 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()
/frameworks/base/tools/aapt2/
DResources.proto62 // The version fingerprints of the tools that built the resource table.
/frameworks/base/cmds/statsd/src/
Datoms.proto4428 * Pulls the number of fingerprints for each user.
4436 // Number of fingerprints registered to that user.