Home
last modified time | relevance | path

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

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