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.java493 || mEnvironment.shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()
494 || mEnvironment.shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()
583 public boolean shouldHideNotifications(int userid); in shouldHideNotifications() method
584 public boolean shouldHideNotifications(String key); in shouldHideNotifications() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6202 public boolean shouldHideNotifications(int userId) {
6204 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId));
6212 public boolean shouldHideNotifications(String key) {