Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractBaseTest.java64 showToastAndLog("This test must be completed without pausing the app"); in onPause()
81 void showToastAndLog(String s) { in showToastAndLog() method in AbstractBaseTest
86 void showToastAndLog(String s, Exception e) { in showToastAndLog() method in AbstractBaseTest
98 showToastAndLog("Please ensure that all biometrics are removed before starting" in checkAndEnroll()
105 showToastAndLog("Please ensure that all biometrics are removed before starting" in checkAndEnroll()
110 showToastAndLog("This device does not have a sensor meeting the requested strength," in checkAndEnroll()
117 showToastAndLog("Unexpected result: " + result + ". Please ensure you have removed" in checkAndEnroll()
DBiometricStrongTests.java89 showToastAndLog("Successfully enrolled, please continue the test"); in onBiometricEnrollFinished()
94 showToastAndLog("Unexpected result after enrollment: " + biometricStatus); in onBiometricEnrollFinished()
145 showToastAndLog("StrongBox key not invalidated"); in onCreate()
154 showToastAndLog("Key not invalidated"); in onCreate()
191 showToastAndLog("Unexpected exception: " + e); in isKeyInvalidated()
206 showToastAndLog("Should not be able to encrypt prior to authenticating: " in testBiometricBoundEncryption()
233 showToastAndLog("Unexpected authenticationType: " in testBiometricBoundEncryption()
240 showToastAndLog("Encrypted payload: " + Arrays.toString(encrypted) in testBiometricBoundEncryption()
251 showToastAndLog("Failed to encrypt after biometric was" in testBiometricBoundEncryption()
257 showToastAndLog("Failed during Crypto test: " + e); in testBiometricBoundEncryption()
[all …]
DCredentialCryptoTests.java94 showToastAndLog("Unexpected result: " + result + ", please ensure that you have" in onCreate()
106 showToastAndLog("Unexpected result: " + result + ", please ensure that you have" in onCreate()
120 showToastAndLog("Unable to create key: " + e); in testTimedKey()
131 showToastAndLog("Unexpected exception: " + e, e); in testTimedKey()
145 showToastAndLog("Unexpected authentication type: " + authenticationType); in testTimedKey()
152 showToastAndLog("Encrypted: " + Arrays.toString(encrypted)); in testTimedKey()
163 showToastAndLog("Unable to encrypt: " + e, e); in testTimedKey()
171 showToastAndLog("All tests passed"); in updateButton()
DBiometricWeakTests.java84 showToastAndLog("All tests passed"); in updatePassButton()
94 showToastAndLog("Successfully enrolled, please continue the test"); in onBiometricEnrollFinished()
99 showToastAndLog("Unexpected result after enrollment: " + biometricStatus); in onBiometricEnrollFinished()
DAbstractUserAuthenticationTest.java266 showToastAndLog("This test must be completed without pausing the app"); in onPause()
279 showToastAndLog("Please ensure you can authenticate with the following authenticators: " in testCredentialBoundEncryption()
287 showToastAndLog("Please ensure you have the authenticator combination set up: " in testCredentialBoundEncryption()
367 showToastAndLog("Test failed. shouldKeyBeUsable: " + shouldKeyBeUsable in testCredentialBoundEncryption()
393 showToastAndLog("Failed during Crypto test: " + e); in testCredentialBoundEncryption()
422 showToastAndLog("All tests passed"); in updatePassButton()
426 private void showToastAndLog(String s) { in showToastAndLog() method in AbstractUserAuthenticationTest
431 private void showToastAndLog(String s, Exception e) { in showToastAndLog() method in AbstractUserAuthenticationTest