Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricNotificationServiceTest.java84 private static final int FINGERPRINT_NOTIFICATION_ID = 2; field in BiometricNotificationServiceTest
157 verify(mNotificationManager).notifyAsUser(eq(TAG), eq(FINGERPRINT_NOTIFICATION_ID), in testShowFingerprintReEnrollNotification_onAcquiredReEnroll()
226 verify(mNotificationManager).notifyAsUser(eq(TAG), eq(FINGERPRINT_NOTIFICATION_ID), in testCancelReEnrollmentNotification_onFingerprintEnrollmentStateChange()
232 verify(mNotificationManager).cancelAsUser(eq(TAG), eq(FINGERPRINT_NOTIFICATION_ID), in testCancelReEnrollmentNotification_onFingerprintEnrollmentStateChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java64 private static final int FINGERPRINT_NOTIFICATION_ID = 2; field in BiometricNotificationService
138 mNotificationManager.cancelAsUser(TAG, FINGERPRINT_NOTIFICATION_ID, UserHandle.CURRENT);
207 name, FINGERPRINT_NOTIFICATION_ID), in queueFingerprintReenrollNotification()
215 } else if (notificationId == FINGERPRINT_NOTIFICATION_ID) { in showNotification()