Searched defs:NOTIFICATION_LIGHT_PULSE_URI (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DPulseNotificationPreferenceController.java104 private final Uri NOTIFICATION_LIGHT_PULSE_URI = field in class:PulseNotificationPreferenceController.SettingObserver
116 cr.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, false, this);
125 if (NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) {

Completed in 55 milliseconds