Searched refs:BUBBLES_SETTING_URI (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowControllerTest.kt | 46 …android.systemui.statusbar.notification.row.ExpandableNotificationRowController.BUBBLES_SETTING_URI 254 controller.mSettingsListener.onSettingChanged(BUBBLES_SETTING_URI, -1000, "1") 255 controller.mSettingsListener.onSettingChanged(BUBBLES_SETTING_URI, -1000, null) 266 BUBBLES_SETTING_URI, view.entry.sbn.userId, "1") 270 BUBBLES_SETTING_URI, view.entry.sbn.userId, "9") 288 controller.mSettingsListener.onSettingChanged(BUBBLES_SETTING_URI, 9, "1") 291 controller.mSettingsListener.onSettingChanged(BUBBLES_SETTING_URI, 1, "0")
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 79 static final Uri BUBBLES_SETTING_URI = field in ExpandableNotificationRowController 123 if (BUBBLES_SETTING_URI.equals(setting)) { 328 mSettingsController.addCallback(BUBBLES_SETTING_URI, mSettingsListener); in init() 335 mSettingsController.removeCallback(BUBBLES_SETTING_URI, mSettingsListener); in init()
|