Searched refs:shouldHideNotifications (Results 1 – 2 of 2) sorted by relevance
493 || mEnvironment.shouldHideNotifications(sbn.getUserId()) in shouldFilterOut()494 || mEnvironment.shouldHideNotifications(sbn.getKey()))) { in shouldFilterOut()583 public boolean shouldHideNotifications(int userid); in shouldHideNotifications() method584 public boolean shouldHideNotifications(String key); in shouldHideNotifications() method
6202 public boolean shouldHideNotifications(int userId) {6204 || (userId != mCurrentUserId && shouldHideNotifications(mCurrentUserId));6212 public boolean shouldHideNotifications(String key) {