Searched refs:verifyIndicationShown (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationControllerTest.java | 98 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE, "lockout"); in afterFaceLockout_skipShowingFaceNotRecognized() 1297 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE, "first lockout"); in onBiometricError_faceLockedOutFirstTime_showsThePassedInMessage() 1306 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE_FOLLOW_UP, in onBiometricError_faceLockedOutFirstTimeAndFpAllowed_showsTheFpFollowupMessage() 1316 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE_FOLLOW_UP, in onBiometricError_faceLockedOutFirstTimeAndFpNotAllowed_showsDefaultFollowup() 1328 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE, in onBiometricError_faceLockedOutSecondTimeInSession_showsUnavailableMessage() 1370 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE_FOLLOW_UP, in onBiometricError_faceLockedOutAgainAndFpAllowed_showsTheFpFollowupMessage() 1383 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE_FOLLOW_UP, in onBiometricError_faceLockedOutAgainAndFpNotAllowed_showsDefaultFollowup() 1397 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE, "second lockout"); in onBiometricError_whenFaceLockoutReset_onLockOutError_showsPassedInMessage() 1408 verifyIndicationShown(INDICATION_TYPE_PERSISTENT_UNLOCK_MESSAGE, in onFpLockoutStateChanged_whenFpIsLockedOut_showsPersistentMessage() 1434 verifyIndicationShown(INDICATION_TYPE_PERSISTENT_UNLOCK_MESSAGE, in onVisibilityChange_showsPersistentMessage_ifFpIsLockedOut() [all …]
|
D | KeyguardIndicationControllerWithCoroutinesTest.kt | 94 verifyIndicationShown(INDICATION_TYPE_BIOMETRIC_MESSAGE, "testMessage") in onTrustAgentErrorMessageDelayed_fingerprintEngaged()
|
D | KeyguardIndicationControllerBaseTest.java | 333 void verifyIndicationShown(int indicationType, String message) { in verifyIndicationShown() method in KeyguardIndicationControllerBaseTest
|