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