Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1901 private final Uri NOTIFICATION_BADGING_URI field in NotificationManagerService.SettingsObserver
1925 resolver.registerContentObserver(NOTIFICATION_BADGING_URI, in observe()
1964 if (uri == null || NOTIFICATION_BADGING_URI.equals(uri)) { in update()