Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricNotificationServiceTest.java85 private static final long SHOW_NOTIFICATION_DELAY_MS = 5_000L; // 5 seconds field in BiometricNotificationServiceTest
154 mLooper.moveTimeForward(SHOW_NOTIFICATION_DELAY_MS); in testShowFingerprintReEnrollNotification_onAcquiredReEnroll()
176 mLooper.moveTimeForward(SHOW_NOTIFICATION_DELAY_MS); in testShowFaceReEnrollNotification_onErrorReEnroll()
199 mLooper.moveTimeForward(SHOW_NOTIFICATION_DELAY_MS); in testCancelReEnrollmentNotification_onFaceEnrollmentStateChange()
223 mLooper.moveTimeForward(SHOW_NOTIFICATION_DELAY_MS); in testCancelReEnrollmentNotification_onFingerprintEnrollmentStateChange()
249 mLooper.moveTimeForward(SHOW_NOTIFICATION_DELAY_MS); in testResetFaceUnlockReEnroll_onStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java65 private static final long SHOW_NOTIFICATION_DELAY_MS = 5_000L; // 5 seconds field in BiometricNotificationService
195 SHOW_NOTIFICATION_DELAY_MS); in queueFaceReenrollNotification()
208 SHOW_NOTIFICATION_DELAY_MS); in queueFingerprintReenrollNotification()