Home
last modified time | relevance | path

Searched refs:NotificationBackend (Results 1 – 25 of 92) sorted by relevance

1234

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationPreferenceControllerTest.java62 private NotificationBackend mBackend;
98 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable_notIfAppBlocked()
107 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable_notIfChannelBlocked()
119 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable_notIfChannelGroupBlocked()
131 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable()
143 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testOnResume()
158 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testCanBeVisible_unspecified()
168 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testCanBeVisible_sameImportance()
178 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testCanBeVisible_greaterImportance()
188 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testCanBeVisible_lesserImportance()
[all …]
DBlockPreferenceControllerTest.java64 private NotificationBackend mBackend;
105 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channelNotBlockable()
115 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channelNonDefault()
125 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_ifChannelDefault()
135 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_GroupNotBlockable()
143 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_AppNotBlockable()
151 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_systemApp()
161 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_nonSystemApp()
171 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsEnabled_lockedApp()
181 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsEnabled_GroupNotBlockable()
[all …]
DBubblePreferenceControllerTest.java70 private NotificationBackend mBackend;
107 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppBlocked()
116 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
126 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel_notIfAppOff()
137 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsNotAvailable_ifOffGlobally_app()
147 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfOffGlobally_channel()
159 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_app_evenIfOffGlobally()
169 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_app()
178 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_defaultChannel()
191 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel()
[all …]
DBadgePreferenceControllerTest.java64 private NotificationBackend mBackend;
93 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppBlocked()
101 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
110 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel_notIfAppOff()
121 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfOffGlobally()
132 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_app()
141 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_defaultChannel()
154 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel()
166 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channelAppOff()
180 mController.onResume(new NotificationBackend.AppRow(), channel, null, in testUpdateState_disabledByAdmin()
[all …]
DHighImportancePreferenceControllerTest.java61 private NotificationBackend mBackend;
96 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_ifAppBlocked()
104 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
113 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notForDefaultChannel()
123 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
134 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
145 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notConfigurable()
159 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_systemButConfigurable()
174 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_defaultApp()
189 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_high()
[all …]
DMinImportancePreferenceControllerTest.java61 private NotificationBackend mBackend;
96 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_ifAppBlocked()
104 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
113 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notForDefaultChannel()
123 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
134 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
145 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notConfigurable()
159 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_systemButConfigurable()
174 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_defaultApp()
189 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_min()
[all …]
DImportancePreferenceControllerTest.java67 private NotificationBackend mBackend;
102 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_ifAppBlocked()
110 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_isGroupBlocked()
121 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_ifChannelBlocked()
130 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notForDefaultChannel()
140 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
151 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
162 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notConfigurable()
176 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_systemButConfigurable()
191 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_defaultApp()
[all …]
DDescriptionPreferenceControllerTest.java81 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelGroupBlocked()
89 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
98 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNoChannelDesc()
107 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNoChannelGroupDesc()
115 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel()
125 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channelGroup()
135 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_channel()
151 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_channelGroup()
DVibrationPreferenceControllerTest.java62 private NotificationBackend mBackend;
98 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notSystemDoesNotHave()
106 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNotImportant()
114 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfDefaultChannel()
123 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
133 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
144 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notBlockable()
157 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_configurable()
172 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_vibrateOn()
184 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_vibrateOff()
[all …]
DVisibilityPreferenceControllerTest.java74 private NotificationBackend mBackend;
121 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notSecure()
129 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNotImportant()
137 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
161 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin_disableSecure()
183 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin_disableUnredacted()
197 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_noLockScreenNotificationsGlobally()
222 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_noLockScreenNotificationsGloballyInProfile()
245 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_noPrivateLockScreenNotificationsGlobally()
262 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_noGlobalRestriction()
[all …]
DLightsPreferenceControllerTest.java66 private NotificationBackend mBackend;
107 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfConfigNotAllowed()
116 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfSettingNotAllowed()
124 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNotImportant()
132 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfDefaultChannel()
141 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
151 mController.onResume(new NotificationBackend.AppRow(), channel, null, in testUpdateState_disabledByAdmin()
162 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notBlockable()
177 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_lightsOn()
188 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_lightsOff()
[all …]
DSoundPreferenceControllerTest.java72 private NotificationBackend mBackend;
109 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelNull()
116 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfNotImportant()
124 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfDefaultChannel()
133 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
153 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
165 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notBlockable()
180 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_configurable()
197 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testOnPreferenceChange()
236 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testOnPreferenceTreeClick_alarmSound()
[all …]
DAllowSoundPreferenceControllerTest.java61 private NotificationBackend mBackend;
97 mController.onResume(mock(NotificationBackend.AppRow.class), null, null, null); in testIsAvailable_notIfNull()
103 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppBlocked()
111 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppCreatedChannel()
120 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
132 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
143 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notBlockable_oem()
157 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_configurable()
172 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_checkedForHighImportanceChannel()
183 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_checkedForUnspecifiedImportanceChannel()
[all …]
DBubbleSummaryPreferenceControllerTest.java69 private NotificationBackend mBackend;
89 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppBlocked()
97 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfOffGlobally()
109 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_app()
118 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsNotAvailable_app_globalOff()
128 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_defaultChannel()
141 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState()
153 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testGetSummary()
DNotificationsOffPreferenceControllerTest.java71 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_yesIfAppBlocked()
79 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_yesIfChannelGroupBlocked()
88 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_yesIfChannelBlocked()
97 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_channel()
111 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_channelGroup()
125 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_app()
DDndPreferenceControllerTest.java61 private NotificationBackend mBackend;
84 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_app()
92 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_channel()
103 mController.onResume(new NotificationBackend.AppRow(), channel, null, mock( in testUpdateState_disabledByAdmin()
114 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_notBlockable()
127 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState_configurable()
142 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_bypassDnd()
154 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testUpdateState_noBypassDnd()
166 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testOnPreferenceChange_on()
184 mController.onResume(new NotificationBackend.AppRow(), channel, null, null); in testOnPreferenceChange_off()
DAppLinkPreferenceControllerTest.java82 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfAppBlocked()
90 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notIfChannelBlocked()
99 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable_notNoIntent()
109 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testIsAvailable()
120 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in testUpdateState()
DDeletedChannelsPreferenceControllerTest.java52 private NotificationBackend mBackend;
78 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable_appScreen_notIfAppBlocked()
86 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in isAvailable_groupScreen_never()
94 new NotificationBackend.AppRow(), mock(NotificationChannel.class), null, null); in isAvailable_channelScreen_never()
101 mController.onResume(new NotificationBackend.AppRow(), null, null, null); in isAvailable_appScreen_notIfNoDeletedChannels()
108 mController.onResume(new NotificationBackend.AppRow(), null, null, null); in isAvailable_appScreen()
115 mController.onResume(new NotificationBackend.AppRow(), null, null, null); in updateState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java39 import com.android.settings.notification.NotificationBackend;
85 NotificationBackend backend = new NotificationBackend(); in updateState_shouldSetSummary()
87 ReflectionHelpers.setField(mController, "mBackend", new NotificationBackend()); in updateState_shouldSetSummary()
122 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in getNotificationSummary_appBlocked()
132 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in getNotificationSummary_appNotBlockedAllChannelsBlocked()
143 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in getNotificationSummary_appNotBlocked()
147 appRow.sentByApp = new NotificationBackend.NotificationsSentState(); in getNotificationSummary_appNotBlocked()
154 NotificationBackend.getSentSummary(mContext, appRow.sentByApp, false))) in getNotificationSummary_appNotBlocked()
160 NotificationBackend.AppRow appRow = new NotificationBackend.AppRow(); in getNotificationSummary_channelsNotBlocked()
164 appRow.sentByApp = new NotificationBackend.NotificationsSentState(); in getNotificationSummary_channelsNotBlocked()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppNotificationPreferenceController.java29 import com.android.car.developeroptions.notification.NotificationBackend;
37 private final NotificationBackend mBackend = new NotificationBackend();
74 Context context, NotificationBackend backend) { in getNotificationSummary()
75 NotificationBackend.AppRow appRow = in getNotificationSummary()
80 public static CharSequence getNotificationSummary(NotificationBackend.AppRow appRow, in getNotificationSummary()
88 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
93 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
96 NotificationBackend.getSentSummary(context, appRow.sentByApp, false), in getNotificationSummary()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java29 import com.android.settings.notification.NotificationBackend;
37 private final NotificationBackend mBackend = new NotificationBackend();
74 Context context, NotificationBackend backend) { in getNotificationSummary()
75 NotificationBackend.AppRow appRow = in getNotificationSummary()
80 public static CharSequence getNotificationSummary(NotificationBackend.AppRow appRow, in getNotificationSummary()
88 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
93 return NotificationBackend.getSentSummary(context, appRow.sentByApp, false); in getNotificationSummary()
96 NotificationBackend.getSentSummary(context, appRow.sentByApp, false), in getNotificationSummary()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java54 import com.android.settings.notification.NotificationBackend;
55 import com.android.settings.notification.NotificationBackend.NotificationsSentState;
136 NotificationBackend mNotificationBackend;
137 private NotificationBackend.AppRow mAppRow;
143 mNotificationBackend = new NotificationBackend(); in NotificationChannelSlice()
287 .setSubtitle(NotificationBackend.getSentSummary( in getNotificationChannelRows()
340 private List<NotificationChannel> getDisplayableChannels(NotificationBackend.AppRow appRow) { in getDisplayableChannels()
372 final List<Future<NotificationBackend.AppRow>> appRowTasks = new ArrayList<>(); in getEligibleNotificationsPackage()
382 for (Future<NotificationBackend.AppRow> appRowTask : appRowTasks) { in getEligibleNotificationsPackage()
383 NotificationBackend.AppRow appRow = null; in getEligibleNotificationsPackage()
[all …]
DNotificationMultiChannelAppRow.java23 import com.android.settings.notification.NotificationBackend;
31 class NotificationMultiChannelAppRow implements Callable<NotificationBackend.AppRow> {
34 private final NotificationBackend mNotificationBackend;
37 public NotificationMultiChannelAppRow(Context context, NotificationBackend notificationBackend, in NotificationMultiChannelAppRow()
45 public NotificationBackend.AppRow call() throws Exception { in call()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBubblePreferenceController.java41 public BubblePreferenceController(Context context, NotificationBackend backend) { in BubblePreferenceController()
46 NotificationBackend backend) { in BubblePreferenceController()
124 NotificationBackend backend = new NotificationBackend(); in revertBubblesApproval()
134 NotificationBackend backend = new NotificationBackend(); in applyBubblesApproval()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java56 import com.android.car.developeroptions.notification.NotificationBackend;
57 import com.android.car.developeroptions.notification.NotificationBackend.NotificationsSentState;
133 NotificationBackend mNotificationBackend;
134 private NotificationBackend.AppRow mAppRow;
140 mNotificationBackend = new NotificationBackend(); in NotificationChannelSlice()
282 .setSubtitle(NotificationBackend.getSentSummary( in getNotificationChannelRows()
353 private List<NotificationChannel> getDisplayableChannels(NotificationBackend.AppRow appRow) { in getDisplayableChannels()
388 final NotificationBackend.AppRow appRow = mNotificationBackend.loadAppRow(mContext, in getMaxSentNotificationsPackage()
441 NotificationBackend.AppRow appRow) { in isChannelEnabled()
453 NotificationBackend.AppRow appRow) { in isChannelConfigurable()
[all …]

1234