Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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()
194 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled()
199 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled()
223 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
228 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
325 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnPackageRemoved_historyDisabled()
432 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testTriggerWriteToDisk_historyDisabled()
531 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testReadNotificationHistory_historyDisabled()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryManager.java392 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_HISTORY_ENABLED);
425 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, userId) in update()
H A DNotificationManagerService.java1909 private final Uri NOTIFICATION_HISTORY_ENABLED field in NotificationManagerService.SettingsObserver
1910 = Settings.Secure.getUriFor(Settings.Secure.NOTIFICATION_HISTORY_ENABLED);
1933 resolver.registerContentObserver(NOTIFICATION_HISTORY_ENABLED, in observe()
1970 if (uri == null || NOTIFICATION_HISTORY_ENABLED.equals(uri)) { in update()
1976 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, in update()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java156 Settings.Secure.NOTIFICATION_HISTORY_ENABLED,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java796 case Settings.Secure.NOTIFICATION_HISTORY_ENABLED: in setUpView()
806 Settings.Secure.NOTIFICATION_HISTORY_ENABLED); in setUpView()
1032 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, in isHistoryEnabled()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java233 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java10847 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure