Home
last modified time | relevance | path

Searched refs:shouldHideNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java385 || mEnvironment.shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()
386 || mEnvironment.shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
453 public boolean shouldHideNotifications(int userid); in shouldHideNotifications() method
454 public boolean shouldHideNotifications(String key); in shouldHideNotifications() method
DBaseStatusBar.java1493 public boolean shouldHideNotifications(int userid) {
1502 public boolean shouldHideNotifications(String key) {