/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 | 1047 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, globalEnabled ? 1 : 0, userId); in setUpPrefsForHistory() 1050 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, globalEnabled ? 1 : 0); in setUpPrefsForHistory() 1058 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0 /* =def */, userId) != 0); in setUpPrefsForHistory()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/notifications/data/repository/ |
D | NotificationSettingsRepositoryTest.kt | 92 name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in testGetIsNotificationHistoryEnabled() 98 name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in testGetIsNotificationHistoryEnabled()
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/ |
D | NotificationSettingsRepository.kt | 39 .intSetting(name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModelTest.kt | 238 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0) in manageButton_whenHistoryDisabled() 251 fakeSecureSettingsRepository.setInt(Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1) in historyButton_whenHistoryEnabled()
|
/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 | 2109 private final Uri NOTIFICATION_HISTORY_ENABLED field in NotificationManagerService.SettingsObserver 2110 = Secure.getUriFor(Secure.NOTIFICATION_HISTORY_ENABLED); 2133 resolver.registerContentObserver(NOTIFICATION_HISTORY_ENABLED, in observe() 2169 if (uri == null || NOTIFICATION_HISTORY_ENABLED.equals(uri)) { in update() 2195 if (uri == null || NOTIFICATION_HISTORY_ENABLED.equals(uri)) { in update() 2198 Secure.NOTIFICATION_HISTORY_ENABLED, 0, in update()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 167 Settings.Secure.NOTIFICATION_HISTORY_ENABLED,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 880 case Settings.Secure.NOTIFICATION_HISTORY_ENABLED: in setUpView() 892 Settings.Secure.NOTIFICATION_HISTORY_ENABLED); in setUpView() 1141 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in isHistoryEnabled()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 246 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 11581 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure 12614 CLONE_TO_MANAGED_PROFILE.add(NOTIFICATION_HISTORY_ENABLED);
|