Searched refs:fingerprints (Results 1 – 6 of 6) sorted by relevance
358 String fingerprints = getFingerprints(key); in handleMessage() local359 if (!fingerprints.equals(mFingerprints)) { in handleMessage()361 + fingerprints + ", expected " + mFingerprints); in handleMessage()399 String fingerprints = getFingerprints(key); in handleMessage() local400 if ("".equals(fingerprints)) { in handleMessage()408 mFingerprints = fingerprints; in handleMessage()573 private void startConfirmation(String key, String fingerprints) { in startConfirmation() argument588 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints) in startConfirmation()590 key, fingerprints)) { in startConfirmation()601 String key, String fingerprints) { in startConfirmationActivity() argument[all …]
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()
62 // The version fingerprints of the tools that built the resource table.
4428 * Pulls the number of fingerprints for each user.4436 // Number of fingerprints registered to that user.