Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DPulseNotificationPreferenceController.java91 private final Uri NOTIFICATION_LIGHT_PULSE_URI = field in PulseNotificationPreferenceController.SettingObserver
103 cr.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, false, this); in register()
112 if (NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) { in onChange()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DPulseNotificationPreferenceController.java91 private final Uri NOTIFICATION_LIGHT_PULSE_URI = field in PulseNotificationPreferenceController.SettingObserver
103 cr.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, false, this); in register()
112 if (NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) { in onChange()