Home
last modified time | relevance | path

Searched refs:NOTIFICATION_HISTORY_ENABLED (Results 1 – 11 of 11) 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.java1047 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/
DNotificationSettingsRepositoryTest.kt92 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/
DNotificationSettingsRepository.kt39 .intSetting(name = Settings.Secure.NOTIFICATION_HISTORY_ENABLED)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModelTest.kt238 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/
DNotificationHistoryManager.java396 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_HISTORY_ENABLED);
427 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, userId) in update()
DNotificationManagerService.java2109 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/
DSecureSettings.java167 Settings.Secure.NOTIFICATION_HISTORY_ENABLED,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java880 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/
DSecureSettingsValidators.java246 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java11581 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure
12614 CLONE_TO_MANAGED_PROFILE.add(NOTIFICATION_HISTORY_ENABLED);