Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java114 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() method in QSFragmentLegacy
116 mQsImpl.setHasNotifications(hasNotifications); in setHasNotifications()
DQSImpl.java362 public void setHasNotifications(boolean hasNotifications) { in setHasNotifications() method in QSImpl
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java94 default void setHasNotifications(boolean hasNotifications) { in setHasNotifications() method