Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java633 private void doScreenFlashNotificationOn(@ColorInt int color, boolean forceStartScreenFlash) { in doScreenFlashNotificationOn() argument
635 if ((mIsScreenFlashNotificationEnabled || forceStartScreenFlash) && !isDoze) { in doScreenFlashNotificationOn()