Searched refs:notificationFilter (Results 1 – 1 of 1) sorted by relevance
1229 public void setNotificationFilter(long notificationFilter) throws IllegalArgumentException { in setNotificationFilter() argument1230 if (notificationFilter < 0 || notificationFilter > 0xFFFFFFFFL) { in setNotificationFilter()1234 this.mNotificationFilter = notificationFilter; in setNotificationFilter()