Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java295 getScreenFlashColorPreference(reason), in startFlashNotificationSequence()
311 getScreenFlashColorPreference(reason, reasonPkg))); in startFlashNotificationEvent()
317 getScreenFlashColorPreference(FLASH_REASON_PREVIEW))); in startFlashNotificationShortPreview()
331 getScreenFlashColorPreference(FLASH_REASON_ALARM))); in startFlashNotificationSequenceForAlarm()
479 private int getScreenFlashColorPreference(@FlashNotificationReason int reason, in getScreenFlashColorPreference() method in FlashNotificationsController
482 return getScreenFlashColorPreference(); in getScreenFlashColorPreference()
486 private int getScreenFlashColorPreference(@FlashNotificationReason int reason) { in getScreenFlashColorPreference() method in FlashNotificationsController
488 return getScreenFlashColorPreference(); in getScreenFlashColorPreference()
492 private int getScreenFlashColorPreference() { in getScreenFlashColorPreference() method in FlashNotificationsController