Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeConversationsSettings.java45 Lifecycle lifecycle, NotificationBackend notificationBackend) { in buildPreferenceControllers() argument
48 "zen_mode_conversations_image", lifecycle, notificationBackend)); in buildPreferenceControllers()
50 "zen_mode_conversations_radio_buttons", lifecycle, notificationBackend)); in buildPreferenceControllers()
DZenModeBypassingAppsSettings.java54 Application app, Fragment host, NotificationBackend notificationBackend) { in buildPreferenceControllers() argument
57 notificationBackend)); in buildPreferenceControllers()
59 notificationBackend)); in buildPreferenceControllers()
DZenModeAddBypassingAppsPreferenceController.java67 Fragment host, NotificationBackend notificationBackend) { in ZenModeAddBypassingAppsPreferenceController() argument
69 notificationBackend); in ZenModeAddBypassingAppsPreferenceController()
73 Fragment host, NotificationBackend notificationBackend) { in ZenModeAddBypassingAppsPreferenceController() argument
75 mNotificationBackend = notificationBackend; in ZenModeAddBypassingAppsPreferenceController()
DZenModeAllBypassingAppsPreferenceController.java65 Fragment host, NotificationBackend notificationBackend) { in ZenModeAllBypassingAppsPreferenceController() argument
67 notificationBackend); in ZenModeAllBypassingAppsPreferenceController()
71 Fragment host, NotificationBackend notificationBackend) { in ZenModeAllBypassingAppsPreferenceController() argument
73 mNotificationBackend = notificationBackend; in ZenModeAllBypassingAppsPreferenceController()
DZenModePeopleSettings.java57 NotificationBackend notificationBackend) { in buildPreferenceControllers() argument
60 "zen_mode_conversations_image", lifecycle, notificationBackend)); in buildPreferenceControllers()
DZenModeConversationsImagePreferenceController.java59 Lifecycle lifecycle, NotificationBackend notificationBackend) { in ZenModeConversationsImagePreferenceController() argument
61 mNotificationBackend = notificationBackend; in ZenModeConversationsImagePreferenceController()
DZenModePriorityConversationsPreferenceController.java65 Lifecycle lifecycle, NotificationBackend notificationBackend) { in ZenModePriorityConversationsPreferenceController() argument
67 mNotificationBackend = notificationBackend; in ZenModePriorityConversationsPreferenceController()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPickerTest.java158 NotificationBackend notificationBackend) { in TestNotificationAssistantPicker() argument
161 mNotificationBackend = notificationBackend; in TestNotificationAssistantPicker()