Searched refs:batchNotifications (Results 1 - 2 of 2) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java1083 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { argument
1084 mTLBatchNotifications.set(batchNotifications);
1129 final Set<Uri> batchNotifications = getBatchNotificationsSet();
1130 if (batchNotifications != null) {
1131 batchNotifications.add(uri);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2523 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { argument
2524 mTLBatchNotifications.set(batchNotifications);
5709 final Set<Uri> batchNotifications = getBatchNotificationsSet();
5710 if (batchNotifications != null) {
5711 batchNotifications.add(notifyUri);

Completed in 109 milliseconds