Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java485 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_remoteInput()
500 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_withoutNotifications()
515 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneClearableNotification()
531 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_withoutHistory()
546 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneClearableNotification_beforeUserSetup()
561 when(mStackScrollLayoutController.hasActiveClearableNotifications(eq(ROWS_ALL))) in testUpdateFooter_oneNonClearableNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1363 public boolean hasActiveClearableNotifications(@SelectedRows int selection) { in hasActiveClearableNotifications() method in NotificationStackScrollLayoutController
1525 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY);
H A DNotificationStackScrollLayout.java753 && mController.hasActiveClearableNotifications(ROWS_ALL); in shouldShowDismissView()
770 boolean hasActiveClearableNotifications(@SelectedRows int selection) { in hasActiveClearableNotifications() method in NotificationStackScrollLayout
771 return mController.hasActiveClearableNotifications(selection); in hasActiveClearableNotifications()
5169 + mController.hasActiveClearableNotifications( in dumpFooterViewVisibility()