Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1392 private final Uri NOTIFICATION_LIGHT_PULSE_URI field in NotificationManagerService.SettingsObserver
1405 resolver.registerContentObserver(NOTIFICATION_LIGHT_PULSE_URI, in observe()
1422 if (uri == null || NOTIFICATION_LIGHT_PULSE_URI.equals(uri)) { in update()