Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DPulseNotificationPreferenceController.java97 private final Uri NOTIFICATION_LIGHT_PULSE_URI = field in PulseNotificationPreferenceController.SettingObserver
109 cr.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, false, this); in register()
118 if (NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) { in onChange()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1801 private final Uri NOTIFICATION_LIGHT_PULSE_URI field in NotificationManagerService.SettingsObserver
1823 resolver.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, in observe()
1847 if (uri == null || NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) { in update()