Home
last modified time | relevance | path

Searched refs:TEST_NONE_ENROLLED (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DBiometricTest.java65 private static final int TEST_NONE_ENROLLED = 2; field in BiometricTest
103 } else if (mCurrentTest == TEST_NONE_ENROLLED) {
130 } else if (mCurrentTest == TEST_NONE_ENROLLED) {
179 startTest(TEST_NONE_ENROLLED); in onCreate()
220 } else if (testType == TEST_NONE_ENROLLED) { in startTest()