Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java391 private final Uri NOTIFICATION_HISTORY_URI field in NotificationHistoryManager.SettingsObserver
400 resolver.registerContentObserver(NOTIFICATION_HISTORY_URI, in observe()
423 if (uri == null || NOTIFICATION_HISTORY_URI.equals(uri)) { in update()