Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1388 private final Uri NOTIFICATION_BUBBLES_URI_GLOBAL field in NotificationManagerService.SettingsObserver
1409 resolver.registerContentObserver(NOTIFICATION_BUBBLES_URI_GLOBAL, in observe()
1441 if (uri == null || NOTIFICATION_BUBBLES_URI_GLOBAL.equals(uri)) { in update()
1442 syncBubbleSettings(resolver, NOTIFICATION_BUBBLES_URI_GLOBAL); in update()