Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java227 private volatile FlashNotificationThread mThread;
601 mThread = new FlashNotificationThread(notification); in startFlashNotificationLocked()
743 private class FlashNotificationThread extends Thread { class in FlashNotificationsController
751 private FlashNotificationThread(@NonNull FlashNotification flashNotification) { in FlashNotificationThread() method in FlashNotificationsController.FlashNotificationThread