Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java455 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_remoteInput()
471 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_withoutNotifications()
487 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneClearableNotification()
504 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_withoutHistory()
520 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneClearableNotification_beforeUserSetup()
536 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneNonClearableNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1508 public boolean hasActiveClearableNotifications(@SelectedRows int selection) { in hasActiveClearableNotifications() method in NotificationStackScrollLayoutController
1667 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY);
DNotificationStackScrollLayout.java761 return mController.hasActiveClearableNotifications(ROWS_ALL); in shouldShowDismissView()
5234 + mController.hasActiveClearableNotifications( in dumpFooterViewVisibility()