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.
67 String fingerprints = intent.getStringExtra("fingerprints"); in onCreate() local70 if (fingerprints == null || mKey == null) { in onCreate()77 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints); in onCreate()
869 String fingerprints = getFingerprints(key); in handleMessage() local870 if (!fingerprints.equals(mFingerprints)) { in handleMessage()872 + fingerprints + ", expected " + mFingerprints); in handleMessage()910 String fingerprints = getFingerprints(key); in handleMessage() local911 if ("".equals(fingerprints)) { in handleMessage()919 mFingerprints = fingerprints; in handleMessage()1349 String fingerprints = getFingerprints(publicKey); in onPairingResult() local1355 PairDevice device = new PairDevice(fingerprints, hostname, false); in onPairingResult()1450 private void startConfirmationForKey(String key, String fingerprints) { in startConfirmationForKey() argument1453 extras.add(new AbstractMap.SimpleEntry<String, String>("fingerprints", fingerprints)); in startConfirmationForKey()[all …]
62 // The version fingerprints of the tools that built the resource table.
4989 * Pulls the number of fingerprints for each user.4997 // Number of fingerprints registered to that user.