Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBadgingNotificationPreferenceController.java104 private final Uri NOTIFICATION_BADGING_URI = field in BadgingNotificationPreferenceController.SettingObserver
116 cr.registerContentObserver(NOTIFICATION_BADGING_URI, false, this); in register()
125 if (NOTIFICATION_BADGING_URI.equals(uri)) { in onChange()
/packages/apps/Settings/src/com/android/settings/notification/
DBadgingNotificationPreferenceController.java104 private final Uri NOTIFICATION_BADGING_URI = field in BadgingNotificationPreferenceController.SettingObserver
116 cr.registerContentObserver(NOTIFICATION_BADGING_URI, false, this); in register()
125 if (NOTIFICATION_BADGING_URI.equals(uri)) { in onChange()