Home
last modified time | relevance | path

Searched refs:isHistoryEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java311 assertThat(mHistoryManager.isHistoryEnabled(USER_SYSTEM)).isFalse(); in testOnUserRemoved_userExists()
602 assertThat(mHistoryManager.isHistoryEnabled(USER_SYSTEM)).isTrue(); in testIsHistoryEnabled()
610 assertThat(mHistoryManager.isHistoryEnabled(USER_SYSTEM)).isFalse(); in testIsHistoryEnabled()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java293 boolean isHistoryEnabled(@UserIdInt int userId) { in isHistoryEnabled() method in NotificationHistoryManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java204 when(mStackScrollLayoutController.isHistoryEnabled()).thenReturn(true); in setUp()
502 when(mStackScrollLayoutController.isHistoryEnabled()).thenReturn(false); in testUpdateFooter_withoutHistory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java751 final boolean showHistory = mController.isHistoryEnabled(); in updateFooter()
5238 pw.println("showHistory: " + mController.isHistoryEnabled()); in dumpFooterViewVisibility()
5453 final boolean showHistory = mController.isHistoryEnabled(); in inflateEmptyShadeView()
DNotificationStackScrollLayoutController.java1133 public boolean isHistoryEnabled() { in isHistoryEnabled() method in NotificationStackScrollLayoutController