| /packages/apps/Settings/src/com/android/settings/notification/ |
| D | NotificationAssistantPreferenceController.java | 50 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()
|
| D | NotificationAssistantPicker.java | 47 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/ |
| D | NotificationAssistantPickerTest.java | 63 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()
|
| D | NotificationBackendTest.java | 73 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/ |
| D | ZenModeAllBypassingAppsPreferenceController.java | 57 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()
|
| D | ZenModeAddBypassingAppsPreferenceController.java | 59 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()
|
| D | ZenPrioritySendersHelper.java | 81 private final NotificationBackend mNotificationBackend; field in ZenPrioritySendersHelper 95 mNotificationBackend = notificationBackend; in ZenPrioritySendersHelper() 315 mNotificationBackend.getConversations(true); in updateChannelCounts()
|
| D | ZenModeBypassingAppsPreferenceController.java | 41 private NotificationBackend mNotificationBackend = new NotificationBackend(); field in ZenModeBypassingAppsPreferenceController 113 for (NotificationChannel channel : mNotificationBackend in updateAppsBypassingDndSummaryText()
|
| /packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
| D | ManageApplications.java | 293 private NotificationBackend mNotificationBackend; field in ManageApplications 361 mNotificationBackend = new NotificationBackend(); in onCreate() 1259 manageApplications.mNotificationBackend); in ApplicationsAdapter()
|