Home | History | Annotate | Download | only in shadows

Lines Matching refs:fingerprint

5 import android.hardware.fingerprint.Fingerprint;
6 import android.hardware.fingerprint.FingerprintManager;
7 import android.hardware.fingerprint.FingerprintManager.AuthenticationCallback;
8 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
9 import android.hardware.fingerprint.FingerprintManager.CryptoObject;
33 * Simulates a successful fingerprint authentication. An authentication request must have been
38 throw new IllegalStateException("No active fingerprint authentication request.");
47 ClassParameter.from(Fingerprint.class, null));
54 * Simulates a failed fingerprint authentication. An authentication request must have been
59 throw new IllegalStateException("No active fingerprint authentication request.");