Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricActivityTests.java88 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
98 callbackState = getCallbackState(journal); in testBiometricOnly_authenticateFromForegroundActivity_forSensor()
137 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
146 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
163 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
207 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenAuthenticate_forSensor()
215 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenAuthenticate_forSensor()
233 callbackState = getCallbackState(journal); in testBiometricOnly_rejectThenAuthenticate_forSensor()
269 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricOnly_negativeButtonInvoked_forSensor()
279 callbackState = getCallbackState(journal); in testBiometricOnly_negativeButtonInvoked_forSensor()
[all …]
DBiometricSecurityTests.java202 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrength_forSensor_authAllowed()
211 callbackState = getCallbackState(journal); in testBiometricStrength_forSensor_authAllowed()
252 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrength_forSensor_authDisallowed()
402 callbackState = getCallbackState(journal); in testBiometricStrengthDowngraded_forSensor()
422 callbackState = getCallbackState(journal); in testBiometricStrengthDowngraded_forSensor()
559 BiometricCallbackHelper.State callbackState = getCallbackState(journal); in testBiometricStrengthUpgraded_forSensor()
DBiometricTestBase.java454 protected static BiometricCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState() method in BiometricTestBase
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintServiceTest.java75 private static FingerprintCallbackHelper.State getCallbackState(@NonNull TestJournal journal) { in getCallbackState() method in FingerprintServiceTest
211 FingerprintCallbackHelper.State callbackState = getCallbackState(journal); in testAuthenticateFromForegroundActivity()
221 callbackState = getCallbackState(journal); in testAuthenticateFromForegroundActivity()
266 FingerprintCallbackHelper.State callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()
272 callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()
287 callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()
301 callbackState = getCallbackState(journal); in testRejectThenErrorFromForegroundActivity()