Home
last modified time | relevance | path

Searched refs:NOTIFICATION_HISTORY_ENABLED (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java123 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, info.id); in setUp()
148 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabled()
171 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabled_withProfile()
175 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, mProfileId); in testOnUserUnlocked_historyDisabled_withProfile()
195 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, newProfileId); in testAddProfile_historyEnabledInPrimary()
228 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled()
233 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled()
257 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
262 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
359 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnPackageRemoved_historyDisabled()
[all …]
DNotificationManagerServiceTest.java1122 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, globalEnabled ? 1 : 0, userId); in setUpPrefsForHistory()
1125 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, globalEnabled ? 1 : 0); in setUpPrefsForHistory()
1133 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0 /* =def */, userId) != 0); in setUpPrefsForHistory()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelTest.kt232 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0) in manageButton_whenHistoryDisabled()
246 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1) in historyButton_whenHistoryEnabled()
261 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0) in manageButtonOnClick_whenHistoryDisabled()
278 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1) in historyButtonOnClick_whenHistoryEnabled()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/notifications/data/repository/
DNotificationSettingsRepositoryTest.kt97 name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in getIsNotificationHistoryEnabled()
103 name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in getIsNotificationHistoryEnabled()
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/
DNotificationSettingsRepository.kt43 .intSetting(name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/emptyshade/ui/viewmodel/
DEmptyShadeViewModelTest.kt259 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0) in onClick_whenHistoryDisabled_leadsToSettingsPage()
273 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1) in onClick_whenHistoryEnabled_leadsToHistoryPage()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java396 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_HISTORY_ENABLED);
427 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, userId) in update()
DNotificationManagerService.java2379 private final Uri NOTIFICATION_HISTORY_ENABLED field in NotificationManagerService.SettingsObserver
2380 = Secure.getUriFor(Secure.NOTIFICATION_HISTORY_ENABLED);
2405 resolver.registerContentObserver(NOTIFICATION_HISTORY_ENABLED, in observe()
2443 if (uri == null || NOTIFICATION_HISTORY_ENABLED.equals(uri)) { in update()
2473 if (uri == null || NOTIFICATION_HISTORY_ENABLED.equals(uri)) { in update()
2476 Secure.NOTIFICATION_HISTORY_ENABLED, 0, in update()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java181 Settings.Secure.NOTIFICATION_HISTORY_ENABLED,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java896 case Settings.Secure.NOTIFICATION_HISTORY_ENABLED: in setUpView()
905 Settings.Secure.NOTIFICATION_HISTORY_ENABLED); in setUpView()
1143 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in isHistoryEnabled()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java262 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java12104 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure
13208 CLONE_TO_MANAGED_PROFILE.add(NOTIFICATION_HISTORY_ENABLED);