Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DArchiveTest.java74 mArchive.updateHistoryEnabled(USER_SYSTEM, true); in setUp()
75 mArchive.updateHistoryEnabled(USER_CURRENT, true); in setUp()
144 mArchive.updateHistoryEnabled(USER_CURRENT, false); in testDoesNotRecordIfHistoryDisabled()
164 mArchive.updateHistoryEnabled(USER_CURRENT, true); in testRemovesEntriesWhenHistoryDisabled()
174 mArchive.updateHistoryEnabled(USER_CURRENT, false); in testRemovesEntriesWhenHistoryDisabled()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java821 public void updateHistoryEnabled(@UserIdInt int userId, boolean enabled) { in updateHistoryEnabled() method in NotificationManagerService.Archive
2196 mArchive.updateHistoryEnabled(userId, in update()
/frameworks/base/services/
Dart-wear-profile15928 PLcom/android/server/notification/NotificationManagerService$Archive;->updateHistoryEnabled(IZ)V