Home
last modified time | relevance | path

Searched refs:mNotificationBackend (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAssistantPreferenceController.java50 protected NotificationBackend mNotificationBackend; field in NotificationAssistantPreferenceController
57 mNotificationBackend = new NotificationBackend(); in NotificationAssistantPreferenceController()
70 ComponentName acn = mNotificationBackend.getAllowedNotificationAssistant(); in isChecked()
98 mNotificationBackend.setNASMigrationDoneAndResetDefault(mUserId, cn != null); in setNotificationAssistantGranted()
100 mNotificationBackend.setNotificationAssistantGranted(cn); in setNotificationAssistantGranted()
115 mNotificationBackend = backend; in setBackend()
120 mDefaultNASComponent = mNotificationBackend.getDefaultNotificationAssistant(); in getDefaultNASIntent()
DNotificationAssistantPicker.java47 protected NotificationBackend mNotificationBackend; field in NotificationAssistantPicker
57 mNotificationBackend = new NotificationBackend(); in onAttach()
87 ComponentName cn = mNotificationBackend.getAllowedNotificationAssistant(); in getDefaultKey()
93 return mNotificationBackend.setNotificationAssistantGranted( in setDefaultKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPickerTest.java63 private NotificationBackend mNotificationBackend; field in NotificationAssistantPickerTest
70 mNotificationBackend); in setUp()
75 when(mNotificationBackend.getAllowedNotificationAssistant()).thenReturn(TEST_COMPONENT); in getCurrentAssistant()
82 when(mNotificationBackend.getAllowedNotificationAssistant()).thenReturn(null); in getCurrentAssistant_None()
90 verify(mNotificationBackend).setNotificationAssistantGranted(TEST_COMPONENT); in setAssistant()
96 verify(mNotificationBackend).setNotificationAssistantGranted(null); in setAssistant_None()
161 mNotificationBackend = notificationBackend; in TestNotificationAssistantPicker()
DNotificationBackendTest.java73 NotificationBackend mNotificationBackend; field in NotificationBackendTest
79 mNotificationBackend = new NotificationBackend(); in setUp()
80 mNotificationBackend.setNm(mInm); in setUp()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeAllBypassingAppsPreferenceController.java57 private final NotificationBackend mNotificationBackend; field in ZenModeAllBypassingAppsPreferenceController
75 mNotificationBackend = notificationBackend; in ZenModeAllBypassingAppsPreferenceController()
142 final int appChannels = mNotificationBackend.getChannelCount(pkg, app.info.uid); in updateAppList()
143 final int appChannelsBypassingDnd = mNotificationBackend in updateAppList()
DZenModeAddBypassingAppsPreferenceController.java59 private final NotificationBackend mNotificationBackend; field in ZenModeAddBypassingAppsPreferenceController
79 mNotificationBackend = notificationBackend; in ZenModeAddBypassingAppsPreferenceController()
159 final int appChannels = mNotificationBackend.getChannelCount(pkg, app.info.uid); in updateAppList()
160 final int appChannelsBypassingDnd = mNotificationBackend in updateAppList()
DZenPrioritySendersHelper.java81 private final NotificationBackend mNotificationBackend; field in ZenPrioritySendersHelper
95 mNotificationBackend = notificationBackend; in ZenPrioritySendersHelper()
315 mNotificationBackend.getConversations(true); in updateChannelCounts()
DZenModeBypassingAppsPreferenceController.java41 private NotificationBackend mNotificationBackend = new NotificationBackend(); field in ZenModeBypassingAppsPreferenceController
113 for (NotificationChannel channel : mNotificationBackend in updateAppsBypassingDndSummaryText()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java293 private NotificationBackend mNotificationBackend; field in ManageApplications
361 mNotificationBackend = new NotificationBackend(); in onCreate()
1259 manageApplications.mNotificationBackend); in ApplicationsAdapter()