Searched refs:isHistoryEnabled (Results 1 – 5 of 5) sorted by relevance
311 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()
293 boolean isHistoryEnabled(@UserIdInt int userId) { in isHistoryEnabled() method in NotificationHistoryManager
204 when(mStackScrollLayoutController.isHistoryEnabled()).thenReturn(true); in setUp()502 when(mStackScrollLayoutController.isHistoryEnabled()).thenReturn(false); in testUpdateFooter_withoutHistory()
751 final boolean showHistory = mController.isHistoryEnabled(); in updateFooter()5238 pw.println("showHistory: " + mController.isHistoryEnabled()); in dumpFooterViewVisibility()5453 final boolean showHistory = mController.isHistoryEnabled(); in inflateEmptyShadeView()
1133 public boolean isHistoryEnabled() { in isHistoryEnabled() method in NotificationStackScrollLayoutController