Searched refs:FlashNotification (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | FlashNotificationsController.java | 202 private FlashNotification mCurrentFlashNotification; 294 final FlashNotification flashNotification = new FlashNotification(opPkg, TYPE_SEQUENCE, in startFlashNotificationSequence() 310 requestStartFlashNotification(new FlashNotification(opPkg, TYPE_DEFAULT, in startFlashNotificationEvent() 316 requestStartFlashNotification(new FlashNotification(TAG_PREVIEW, TYPE_DEFAULT, in startFlashNotificationShortPreview() 330 requestStartFlashNotification(new FlashNotification(TAG_ALARM, TYPE_SEQUENCE, in startFlashNotificationSequenceForAlarm() 338 private void requestStartFlashNotification(FlashNotification flashNotification) { in requestStartFlashNotification() 549 private FlashNotification removeFlashNotificationLocked(String tag) { in removeFlashNotificationLocked() 552 FlashNotification notification = iterator.next(); in removeFlashNotificationLocked() 668 private static class FlashNotification { class in FlashNotificationsController 684 private FlashNotification(String tag, @FlashNotificationType int type, in FlashNotification() method in FlashNotificationsController.FlashNotification [all …]
|