Home
last modified time | relevance | path

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

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