OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:biometrics
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
BiometricManagerTest.java
17
package android.hardware.
biometrics
.cts;
20
import android.hardware.
biometrics
.BiometricManager;
50
// No
biometrics
are enrolled. CTSVerifier should test the other error cases.
BiometricPromptTest.java
17
package android.hardware.
biometrics
.cts;
21
import android.hardware.
biometrics
.BiometricPrompt;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
BiometricTest.java
17
package com.android.cts.verifier.
biometrics
;
27
import android.hardware.
biometrics
.BiometricManager;
28
import android.hardware.
biometrics
.BiometricPrompt;
49
* 1) When no
biometrics
are enrolled, BiometricManager and BiometricPrompt both return consistent
51
* 2) When
biometrics
are enrolled, BiometricManager returns BIOMETRIC_SUCCESS and BiometricPrompt
66
// Test that BiometricPrompt setAllowDeviceCredentials can authenticate when no
biometrics
are
69
// Test that authentication can succeed when
biometrics
are enrolled.
196
// NO
biometrics
available
224
showToastAndLog("Error: " + result + " Please remove all
biometrics
and try again");
230
showToastAndLog("Error: " + result + " Please remove all
biometrics
and try again")
[
all
...]
Completed in 355 milliseconds