Searched refs:NOTIFICATION_BUBBLES_URI_SECURE (Results 1 – 1 of 1) sorted by relevance
1390 private final Uri NOTIFICATION_BUBBLES_URI_SECURE field in NotificationManagerService.SettingsObserver1411 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()