Home | History | Annotate | Download | only in tv

Lines Matching full:batchnotifications

793     private void setBatchNotificationsSet(Set<Uri> batchNotifications) {
794 mTLBatchNotifications.set(batchNotifications);
819 final Set<Uri> batchNotifications = getBatchNotificationsSet();
820 if (batchNotifications != null) {
821 batchNotifications.add(uri);