/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryManagerTest.java | 123 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 …]
|
D | NotificationManagerServiceTest.java | 1122 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/ |
D | FooterViewModelTest.kt | 232 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/ |
D | NotificationSettingsRepositoryTest.kt | 97 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/ |
D | NotificationSettingsRepository.kt | 43 .intSetting(name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED)
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/emptyshade/ui/viewmodel/ |
D | EmptyShadeViewModelTest.kt | 259 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/ |
D | NotificationHistoryManager.java | 396 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_HISTORY_ENABLED); 427 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, userId) in update()
|
D | NotificationManagerService.java | 2379 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/ |
D | SecureSettings.java | 181 Settings.Secure.NOTIFICATION_HISTORY_ENABLED,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 896 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/ |
D | SecureSettingsValidators.java | 262 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 12104 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure 13208 CLONE_TO_MANAGED_PROFILE.add(NOTIFICATION_HISTORY_ENABLED);
|