Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricServiceTests.java80 BiometricServiceState state = getCurrentStateAndClearSchedulerLog(); in testAuthenticatorIdsInvalidated_forSensor()
86 state = getCurrentStateAndClearSchedulerLog(); in testAuthenticatorIdsInvalidated_forSensor()
100 state = getCurrentStateAndClearSchedulerLog(); in testAuthenticatorIdsInvalidated_forSensor()
134 final BiometricServiceState clearState = getCurrentStateAndClearSchedulerLog(); in testLockoutResetRequestedAfterCredentialUnlock()
240 state = getCurrentStateAndClearSchedulerLog(); in testLockoutResetRequestedAfterBiometricUnlock_whenStrong_forSensor()
304 BiometricServiceState state = getCurrentStateAndClearSchedulerLog(); in testLockoutResetNotRequestedAfterBiometricUnlock_whenNotStrong_forSensor()
DBiometricTestBase.java119 protected BiometricServiceState getCurrentStateAndClearSchedulerLog() throws Exception { in getCurrentStateAndClearSchedulerLog() method in BiometricTestBase