Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java296 token, () -> stopFlashNotification(opPkg)); in startFlashNotificationSequence()
305 stopFlashNotification(opPkg); in stopFlashNotificationSequence()
326 stopFlashNotification(TAG_PREVIEW); in stopFlashNotificationLongPreview()
335 stopFlashNotification(TAG_ALARM); in stopFlashNotificationSequenceForAlarm()
365 private void stopFlashNotification(String tag) { in stopFlashNotification() method in FlashNotificationsController