Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1390 private final Uri NOTIFICATION_BUBBLES_URI_SECURE field in NotificationManagerService.SettingsObserver
1411 resolver.registerContentObserver(NOTIFICATION_BUBBLES_URI_SECURE, in observe()
1445 if (NOTIFICATION_BUBBLES_URI_SECURE.equals(uri)) { in update()
1446 syncBubbleSettings(resolver, NOTIFICATION_BUBBLES_URI_SECURE); in update()
1451 boolean followSecureSetting = settingToFollow.equals(NOTIFICATION_BUBBLES_URI_SECURE); in syncBubbleSettings()