Searched refs:fingerprints (Results 1 – 6 of 6) sorted by relevance
98 ArrayList<Fingerprint> fingerprints; in doWriteState() local101 fingerprints = getCopy(mBiometrics); in doWriteState()114 final int count = fingerprints.size(); in doWriteState()116 Fingerprint fp = fingerprints.get(i); in doWriteState()
38 // The number of fingerprints registered to this user.53 // Number of accepted fingerprints.56 // Number of rejected fingerprints.
76 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local79 if (fingerprints == null || mKey == null) { in onCreate()86 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()
856 String fingerprints = getFingerprints(key); in handleMessage() local857 if (!fingerprints.equals(mFingerprints)) { in handleMessage()859 + fingerprints + ", expected " + mFingerprints); in handleMessage()898 String fingerprints = getFingerprints(key); in handleMessage() local899 if ("".equals(fingerprints)) { in handleMessage()907 mFingerprints = fingerprints; in handleMessage()1359 String fingerprints = getFingerprints(publicKey); in onPairingResult() local1365 PairDevice device = new PairDevice(fingerprints, hostname, false); in onPairingResult()1460 private void startConfirmationForKey(String key, String fingerprints) { in startConfirmationForKey() argument1463 extras.add(new AbstractMap.SimpleEntry<String, String>("fingerprints", fingerprints)); in startConfirmationForKey()[all …]
61 // The version fingerprints of the tools that built the resource table.
5867 * Pulls the number of fingerprints for each user.5875 // Number of fingerprints registered to that user.