Home
last modified time | relevance | path

Searched defs:hasNotifications (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt82 ) { hasNotifications, isShowingOnLockscreen -> in <lambda>() method
99 ) { hasNotifications, isQsFullScreen, isShowingOnLockscreen -> in <lambda>() method
156 hasNotifications, in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.kt68 fun hasNotifications(): Boolean = false in addHeadsUpPhoneListener() method
DBaseHeadsUpManager.java310 public boolean hasNotifications() { in hasNotifications() method in BaseHeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModel.kt109 ) { hasNotifications, isLowProfile -> in hasNotifications() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java94 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java114 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications()
DQSImpl.java362 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1513 public boolean hasNotifications(@SelectedRows int selection, boolean isClearable) { in hasNotifications() method in NotificationStackScrollLayoutController