Searched refs:STATE_AUTH_IDLE (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.server.biometrics.nano.BiometricServiceStateProto.STATE_AUTH_IDLE;195 waitForState(STATE_AUTH_IDLE); in successfullyAuthenticate()197 waitForState(STATE_AUTH_IDLE); in successfullyAuthenticate()201 STATE_AUTH_IDLE, getCurrentState().mState); in successfullyAuthenticate()222 waitForState(STATE_AUTH_IDLE); in successfullyEnterCredential()225 assertEquals(state.toString(), STATE_AUTH_IDLE, state.mState); in successfullyEnterCredential() local231 waitForState(STATE_AUTH_IDLE); in cancelAuthentication()238 assertEquals("Not idle after requesting cancellation", state.mState, STATE_AUTH_IDLE); in cancelAuthentication()
38 STATE_AUTH_IDLE,