Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DUnlockedDeviceRequiredTest.java304 private static final int STATE_BIOMETRIC_UNLOCK_COMPLETE = 4; field in UnlockedDeviceRequiredTest.TestController
334 STATE_BIOMETRIC_UNLOCK_COMPLETE,
416 if (mTestState == STATE_BIOMETRIC_UNLOCK_COMPLETE || in deviceStateChanged()
469 mTestState = STATE_BIOMETRIC_UNLOCK_COMPLETE; in runDeviceTest()
474 if (mTestState == STATE_BIOMETRIC_UNLOCK_COMPLETE) { in runDeviceTest()
581 case STATE_BIOMETRIC_UNLOCK_COMPLETE: in getDialogMessage()