Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java687 public void updateHistoryEnabled(@UserIdInt int userId, boolean enabled) { in updateHistoryEnabled() method in NotificationManagerService.Archive
1870 mArchive.updateHistoryEnabled(userIds.get(i), in update()
/aosp12/frameworks/base/services/
H A Dart-profile26629 HSPLcom/android/server/notification/NotificationManagerService$Archive;->updateHistoryEnabled(IZ)V