Home
last modified time | relevance | path

Searched refs:updateHistoryEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DArchiveTest.java69 mArchive.updateHistoryEnabled(USER_SYSTEM, true); in setUp()
70 mArchive.updateHistoryEnabled(USER_CURRENT, true); in setUp()
139 mArchive.updateHistoryEnabled(USER_CURRENT, false); in testDoesNotRecordIfHistoryDisabled()
159 mArchive.updateHistoryEnabled(USER_CURRENT, true); in testRemovesEntriesWhenHistoryDisabled()
169 mArchive.updateHistoryEnabled(USER_CURRENT, false); in testRemovesEntriesWhenHistoryDisabled()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java770 public void updateHistoryEnabled(@UserIdInt int userId, boolean enabled) { in updateHistoryEnabled() method in NotificationManagerService.Archive
1974 mArchive.updateHistoryEnabled(userIds.get(i), in update()