Searched refs:notifyUris (Results 1 – 1 of 1) sorted by relevance
418 public void setNotificationUris(@NonNull ContentResolver cr, @NonNull List<Uri> notifyUris) { in setNotificationUris() argument420 Preconditions.checkNotNull(notifyUris); in setNotificationUris()422 setNotificationUris(cr, notifyUris, cr.getUserId(), true); in setNotificationUris()432 public void setNotificationUris(ContentResolver cr, List<Uri> notifyUris, int userHandle, in setNotificationUris() argument435 mNotifyUris = notifyUris; in setNotificationUris()