Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java147 static final String SETTING_KEY_SCREEN_FLASH_NOTIFICATION = "screen_flash_notification"; field in FlashNotificationsController
347 mContext.getContentResolver(), SETTING_KEY_SCREEN_FLASH_NOTIFICATION, 0, in requestStartFlashNotification()
901 SETTING_KEY_SCREEN_FLASH_NOTIFICATION);
930 mContext.getContentResolver(), SETTING_KEY_SCREEN_FLASH_NOTIFICATION, 0, in onChange()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java32 …om.android.server.accessibility.FlashNotificationsController.SETTING_KEY_SCREEN_FLASH_NOTIFICATION;
469 SETTING_KEY_SCREEN_FLASH_NOTIFICATION, in putScreenFlash()